mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-03 23:55:44 +00:00 
			
		
		
		
	feat: add support for auto redirecting to oauth providers
This commit is contained in:
		@@ -7,6 +7,7 @@ export const appContextSchema = z.object({
 | 
			
		||||
  genericName: z.string(),
 | 
			
		||||
  domain: z.string(),
 | 
			
		||||
  forgotPasswordMessage: z.string(),
 | 
			
		||||
  oauthAutoRedirect: z.enum(["none", "github", "google", "generic"]),
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export type AppContextSchemaType = z.infer<typeof appContextSchema>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user