mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +00:00 
			
		
		
		
	feat: implement multiple oauth providers in the frontend
This commit is contained in:
		@@ -9,4 +9,5 @@ type Session struct {
 | 
			
		||||
	TOTPPending bool   `gorm:"column:totp_pending"`
 | 
			
		||||
	OAuthGroups string `gorm:"column:oauth_groups"`
 | 
			
		||||
	Expiry      int64  `gorm:"column:expiry"`
 | 
			
		||||
	OAuthName   string `gorm:"column:oauth_name"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user