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 c84859a034 feat(cfg): Add user creation hook
- Add `OnUserCreate` hook variable in `cfg/cfg.go` for custom callbacks
    - Invoke `OnUserCreate` after successful user registration in `api/auth/register.go`
    - Log warning when user creation hook fails
10 hours ago
..
auth feat(cfg): Add user creation hook 10 hours ago
oauth refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
role refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
settings refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
user refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
verification refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
init.go refactor(init): Move provider and role initialization to Init() 4 weeks ago