mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +00:00 
			
		
		
		
	wip
This commit is contained in:
		@@ -17,11 +17,11 @@ func NewProviders(config types.OAuthConfig) *Providers {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Providers struct {
 | 
			
		||||
	Config    types.OAuthConfig
 | 
			
		||||
	Github    *oauth.OAuth
 | 
			
		||||
	Google    *oauth.OAuth
 | 
			
		||||
	Tailscale *oauth.OAuth
 | 
			
		||||
	Generic   *oauth.OAuth
 | 
			
		||||
	Config    types.OAuthConfig
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (providers *Providers) Init() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user