I have the 1 click login functionality working. However, after logging in the first time and logging out, the user automatically logs in without the popup coming up. Is there any way to force a user to see the login page again?
I have been reading and it seems to have something to do with refresh tokens. However I am not sure how to implement a solution here.
The platform I am working to build the application on is bubble.io
If you want to force a user to log in and prompt them for their credentials again, you can achieve this by including the prompt=login query parameter when making the login request.