Feature #1452
closedFeature #1002: Feature - User access to the app.
Feature #1012: Req. - Keep the session
Req. - Keep the session - back-end
100%
Updated by Artem Bakhmat almost 6 years ago
Summary:
1. Once user is logged in the authentication cookie is valid during 1hour.
2. Sliding Expiration = true - that mean that back-end handler to re-issues a new cookie with a new expiration time any time it processes a request which is more than halfway through the expiration window.
3. Security token is valid during 3 minutes. This is an embedded internal net core implementation, that we cannot override when using default token provider.
Front-end part should consider these settings and provide a mechanim to keep/expire client session.
Lets discuss if needed.
Please test.
Swagger: https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html
Updated by Artem Bakhmat almost 6 years ago
- Status changed from New issue to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to In Progress
- Assignee changed from Alice Gor to Artem Bakhmat
The Point number 3
3. Security token is valid during 3 minutes. (This is still allows user to use the same code even after 3 minutes)
Updated by Artem Bakhmat almost 6 years ago
- Status changed from In Progress to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
- % Done changed from 0 to 100
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to In Progress
The API is verified in DEV