mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			210 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			210 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package constants
 | 
						|
 | 
						|
// TinyauthLabels is a list of labels that can be used in a tinyauth protected container
 | 
						|
var TinyauthLabels = []string{
 | 
						|
	"tinyauth.oauth.whitelist",
 | 
						|
	"tinyauth.users",
 | 
						|
	"tinyauth.allowed",
 | 
						|
}
 |