feature: allow anonymous browsing
My goal here is to allow anonymous users to access the platform. I added a new parameter allowAnonymous to the registering module in config.json.
{
"type": "registering",
"parameters": {
"authority": "http://localhost:8000/",
"authorityName": "dataserver",
"allowAnonymous": true
},
"route": false
},
@balessan I see that in the currently deployed app, you used the autoLogin module instead of the registering one. Is it possible to change? Or did I use it in a wrong way?
Edited by Matthieu Fesselier