You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am following the login consent node example and I am able to get the access token and refresh token for the login. But once I get the token the hydra token user container exit. So if I need to do login in Production there based on the login consent example how can I make the container from exiting after I get access token for a user and proceed to next. Can someone guide me on how it can be done?
The text was updated successfully, but these errors were encountered:
hydra token user is an example that is supposed to help you check if the OAuth2 flow is working correctly. It does not replace your OAuth2 client and is supposed to exit on success.
Hi All,
I am following the login consent node example and I am able to get the access token and refresh token for the login. But once I get the token the hydra token user container exit. So if I need to do login in Production there based on the login consent example how can I make the container from exiting after I get access token for a user and proceed to next. Can someone guide me on how it can be done?
The text was updated successfully, but these errors were encountered: