We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the user authenticates to the app using their OSM credentials, we save their login in a session with hydra using remember_for:
remember_for
osm-teams/app/lib/osm.js
Lines 80 to 87 in 381dee5
When a new login request comes in, we check if we can skip the login in
osm-teams/app/oauth/login.js
Lines 19 to 22 in 381dee5
However we need to check if the user token is still valid before skipping.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the user authenticates to the app using their OSM credentials, we save their login in a session with hydra using
remember_for
:osm-teams/app/lib/osm.js
Lines 80 to 87 in 381dee5
When a new login request comes in, we check if we can skip the login in
osm-teams/app/oauth/login.js
Lines 19 to 22 in 381dee5
However we need to check if the user token is still valid before skipping.
The text was updated successfully, but these errors were encountered: