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/auth
veypi 65bd2b5b52 refactor(auth): Use vigo/contrib/auth.Auth interface instead of local definition
- Remove local Auth interface definition from auth/auth.go
    - Import and use pub.Auth from github.com/veypi/vigo/contrib/auth
    - Update authFactory.New() to return pub.Auth type
    - Add compile-time type check: var _ pub.Auth = &appAuth{}
    - Update go.mod dependencies (add redis, update gorm, remove aliyun sms)
3 weeks ago
..
auth.go refactor(auth): Use vigo/contrib/auth.Auth interface instead of local definition 3 weeks ago
design.md refactor(auth): Add permission validation and update design docs 3 weeks ago