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
veypi c21c766b6a feat(role): add role users batch management API
- Add GET /{id}/users endpoint for paginated role user listing
    - Add PUT /{id}/users endpoint for batch role user assignment
    - Use transaction to atomically sync user-role associations
    - Prevent modification of system role user assignments
3 weeks ago
..
auth feat(auth): Increment token version on login to revoke old sessions 3 weeks ago
oauth refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
role feat(role): add role users batch management API 3 weeks ago
settings refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
user refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
verification refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
init.go refactor(init): Move provider and role initialization to Init() 2 months ago