You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/api/auth
veypi 4bb1283a0a feat(auth): Increment token version on login to revoke old sessions
- Change login to call IncrTokenVersion instead of GetTokenVersion
    - Add IncrTokenVersion public function wrapping incrTokenVersion
    - Existing tokens become invalid when user logs in again
3 weeks ago
..
init.go feat(api/auth): Add batch query user API 2 months ago
login.go feat(auth): Increment token version on login to revoke old sessions 3 weeks ago
me.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 4 months ago
register.go refactor(auth): Migrate token delivery to HttpOnly Cookie with version-based revocation 3 weeks ago
search_users.go feat(api/auth): Add batch query user API 2 months ago
thirdparty.go refactor(auth): Migrate token delivery to HttpOnly Cookie with version-based revocation 3 weeks ago