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 cad627c7b5 refactor(init): Move provider and role initialization to Init()
- Move VBaseProvider initialization from init() to Init() function
    - Move role initialization (admin/user) from api/init.go to Init()
    - Remove global VBaseProvider variable reference from tests
    - Use NewAuth factory function instead of direct auth.Factory.New call
4 weeks ago
..
auth refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months 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