TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Client session expiration #204

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

Use the new client attribute session_expiration to configure the initial duration of the client's sessions. The value can be either an integer or a float specifying the duration in seconds, or a time-unit string, such as 4 h or 5 d.

BREAKING Session expiration can no longer be specified in the authorize query.