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
Part of epic #3942
Endpoint should now have a remember_me option for extended sessions.
remember_me
Refresh tokens delivered with this option are valid for 1 year.
Refresh tokens
1 year
/api/v1/users/sign_in
true
/api/v1
endpoint
session controller
API Folder Structure Blueprint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of epic #3942
What type of user does this affect?
How should it operate? ⚙️🛠️
Endpoint should now have a
remember_me
option for extended sessions.Refresh tokens
delivered with this option are valid for1 year
.Acceptance Criteria
remember_me
to the/api/v1/users/sign_in
JSON payload1 year
ifremember_me
istrue
/api/v1
controllers so theendpoint
can output this data (session controller
and or blueprint)Helpful Links
API Folder Structure
Blueprint
The text was updated successfully, but these errors were encountered: