introlab / opentera-webportal-service

Portal for users / participants
Apache License 2.0
2 stars 0 forks source link

Add icon on home screen (mobile devices) not working properly #11

Open SBriere opened 2 years ago

SBriere commented 2 years ago

Since the base url is "login/participant" which is redirected to "calendrier" on login without passing the token, the home page url isn't personalized to the participant, and thus can't be properly added to home screen without showing the "connexion" screen.

A workaround would be to pass the token and allow authentification from other pages than the "login/participant" endpoint.