Skip to content

Fix signout route#343

Open
drupsys wants to merge 2 commits into
dniel:2.0-rc1from
drupsys:2.0-rc1
Open

Fix signout route#343
drupsys wants to merge 2 commits into
dniel:2.0-rc1from
drupsys:2.0-rc1

Conversation

@drupsys
Copy link
Copy Markdown

@drupsys drupsys commented Nov 19, 2022

Hey, thanks for this briliant tool, please note I haven't written any applications in kotlin before and this is a very quick fix.

Current implementation of signout is not removing auth0 session browser cookies for the user, meaning, currently if the user returns to the application imidiately after signing out they will not be required to sign back in through auth0 single sign on, they will just get access to the app.

expected behaviour:

user signout -> user redirected to logout url -> user returns to application -> user is required to authenticate though auth0 signle sign on -> user is redirected to the application

actual behaviour:

user signout -> user redirected to logout url -> user returns to application -> user is assumed to be logged in

@dniel
Copy link
Copy Markdown
Owner

dniel commented Nov 23, 2022

Thanx! I will test and verify that everything is working as excpected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants