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

Implement OAuth refresh tokens #358

Closed byewokko closed 1 month ago

byewokko commented 3 months ago

closes #154

Breaking changes

Changes

Config

New config options and their default values:

[openidconnect]
authorization_code_expiration=3m
access_token_expiration=4h
refresh_token_expiration=3d
authorization_code_length=36
access_token_length=36
refresh_token_length=36

Limitations