mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +00:00 
			
		
		
		
	tests: use new auth config in tests
This commit is contained in:
		@@ -44,7 +44,8 @@ var handlersConfig = types.HandlersConfig{
 | 
			
		||||
var authConfig = types.AuthConfig{
 | 
			
		||||
	Users:             types.Users{},
 | 
			
		||||
	OauthWhitelist:    "",
 | 
			
		||||
	Secret:            "super-secret-api-thing-for-tests", // It is 32 chars long
 | 
			
		||||
	HMACSecret:        "super-secret-api-thing-for-tests",
 | 
			
		||||
	EncryptionSecret:  "super-secret-api-thing-for-tests",
 | 
			
		||||
	CookieSecure:      false,
 | 
			
		||||
	SessionExpiry:     3600,
 | 
			
		||||
	LoginTimeout:      0,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user