Projects tigase _server tigase-http-api Issues #154
[Dashboard] Make auth sesstion timeout longer/configurable (#154)
Wojciech Kapcia (Tigase) opened 1 year ago
No description
  • Andrzej Wójcik (Tigase) changed state to 'In Progress' 2 weeks ago
    Previous Value Current Value
    Open
    In Progress
  • Andrzej Wójcik (Tigase) commented 2 weeks ago

    "session" is kept as long as JWT token is not expired. In our case it was 15 minutes by default. I've changed now to 30 minutes (new default) and added option auth-expiration to configure expiration timeout using Duration format, example to set expiration time to 10 minutes:

    http () {
        'authProvider' () {
            'auth-expiration' = 'PT10M'
        }
    }
    
  • Andrzej Wójcik (Tigase) added to iteration "tigase-server-8.5.0" 2 weeks ago
  • Andrzej Wójcik (Tigase) changed state to 'In QA' 2 weeks ago
    Previous Value Current Value
    In Progress
    In QA
  • Andrzej Wójcik (Tigase) changed fields 2 weeks ago
    Name Previous Value Current Value
    Assignee
    andrzej.wojcik
    wojtek
  • Wojciech Kapcia (Tigase) changed state to 'Closed' 7 days ago
    Previous Value Current Value
    In QA
    Closed
issue 1 of 1
Type
New Feature
Priority
Minor
Assignee
Version
none
Sprints
n/a
Customer
n/a
Iterations
Issue Votes (0)
Watchers (3)
Reference
tigase/_server/tigase-http-api#154
Please wait...
Page is in error, reload to recover