Skip to content
New issue

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

Backend: Extend JWT token life in dev environment #244

Open
maxgraziano opened this issue May 15, 2024 · 0 comments · Fixed by #250
Open

Backend: Extend JWT token life in dev environment #244

maxgraziano opened this issue May 15, 2024 · 0 comments · Fixed by #250
Assignees
Labels
backend enhancement New feature or request

Comments

@maxgraziano
Copy link
Collaborator

By default, JWT tokens expire after 5 minutes. As the API UI (/api/v1/docs) doesn't support reset tokens, this requires a new login and update of the token. It can make development debugging time consuming.

For the development environment, extend the JWT token expiry. This setting would live in the Development environment's Django settings file.

@maxgraziano maxgraziano added the enhancement New feature or request label May 15, 2024
@maxgraziano maxgraziano self-assigned this May 15, 2024
maxgraziano added a commit to maxgraziano/maps that referenced this issue May 29, 2024
@maxgraziano maxgraziano linked a pull request May 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
Status: Test-QA
Development

Successfully merging a pull request may close this issue.

1 participant