mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	feat: add sqlite database for storing sessions
This commit is contained in:
		| @@ -4,7 +4,12 @@ import ( | ||||
| 	"embed" | ||||
| ) | ||||
|  | ||||
| // Frontend assets | ||||
| // Frontend | ||||
| // | ||||
| //go:embed dist | ||||
| var FrontendAssets embed.FS | ||||
|  | ||||
| // Migrations | ||||
| // | ||||
| //go:embed migrations/*.sql | ||||
| var Migrations embed.FS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stavros
					Stavros