https://github.com/core-go/authentication
https://github.com/core-go/authentication
2-factor-authentication auth authentication authenticator ldap-authentication ldap-authenticator ldap-login privilege privileges privileges-loader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/authentication
- Owner: core-go
- Created: 2019-12-09T03:29:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T08:43:14.000Z (10 months ago)
- Last Synced: 2025-01-10T04:15:00.676Z (4 months ago)
- Topics: 2-factor-authentication, auth, authentication, authenticator, ldap-authentication, ldap-authenticator, ldap-login, privilege, privileges, privileges-loader
- Language: Go
- Homepage:
- Size: 330 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication

- authenticator
- ldap authenticator
- 2 factor authentication
- oauth2
## Installation
Please make sure to initialize a Go module before installing core-go/auth:```shell
go get -u github.com/core-go/authentication
```Import:
```go
import "github.com/core-go/authentication"
```## Models
- AuthInfo
- AuthResult
- UserAccount
- Privilege
- UserInfo
- StoredUser## Services
- Authenticator
- PrivilegesLoader
- UserInfoService## Token
- TokenConfig
- TokenGenerator## OAuth2
### Models
- Configuration
- OAuth2Info
- User### Services
- OAuth2Service
- Azure### Repositories
- ConfigurationRepository
- OAuth2UserRepository
- UserRepository