AtlasOfLivingAustralia / biocollect

Biocollect front end application
https://biocollect.ala.org.au/
Other
10 stars 15 forks source link

Login logout button return urls are not pointing to current page #1580

Closed temi closed 5 months ago

temi commented 10 months ago

This is not possible with cognito since all logout urls has to listed on it which is impossible. As a compromise solution, it will now logout to /hub/index which renders the hub home page. Uses cookie recentHub to get the most recently visited hub. Thereby, rendering the hub home page on which logout action was triggered.