mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +00:00 
			
		
		
		
	wip: add middlewares
This commit is contained in:
		@@ -95,11 +95,6 @@ type AuthConfig struct {
 | 
			
		||||
	EncryptionSecret  string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// HooksConfig is the configuration for the hooks service
 | 
			
		||||
type HooksConfig struct {
 | 
			
		||||
	Domain string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// OAuthLabels is a list of labels that can be used in a tinyauth protected container
 | 
			
		||||
type OAuthLabels struct {
 | 
			
		||||
	Whitelist string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user