mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
feat: create oauth broker service
This commit is contained in:
@@ -54,10 +54,6 @@ func (github *GithubOAuthService) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (github *GithubOAuthService) Name() string {
|
||||
return "github"
|
||||
}
|
||||
|
||||
func (github *GithubOAuthService) GenerateState() string {
|
||||
b := make([]byte, 128)
|
||||
rand.Read(b)
|
||||
|
||||
Reference in New Issue
Block a user