-
- Downloads
auth: Inform user when one of his bearer token expired in tokens UI
A Web API bearer token will expire after 30 days of inactivity. So when a user tries to display a previously generated token from the dedicated Web UI, check its validity and display an error message if the token has expired. Related to T3121
parent
cf69ace0
No related branches found
No related tags found
Showing
- assets/src/bundles/auth/index.js 8 additions, 2 deletionsassets/src/bundles/auth/index.js
- cypress/integration/api-tokens.spec.js 14 additions, 5 deletionscypress/integration/api-tokens.spec.js
- swh/web/auth/views.py 15 additions, 1 deletionswh/web/auth/views.py
- swh/web/templates/auth/profile.html 3 additions, 0 deletionsswh/web/templates/auth/profile.html
- swh/web/tests/auth/test_views.py 34 additions, 0 deletionsswh/web/tests/auth/test_views.py
Loading
-
Some references in the commit message have been migrated:
- T3121 is now #3121 (closed)
Please register or sign in to comment