mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-29 21:25:43 +00:00 
			
		
		
		
	 504a3b87b4
			
		
	
	504a3b87b4
	
	
	
		
			
			* wip: add middlewares * refactor: use context fom middleware in handlers * refactor: use controller approach in handlers * refactor: move oauth providers into services (non-working) * feat: create oauth broker service * refactor: use a boostrap service to bootstrap the app * refactor: split utils into smaller files * refactor: use more clear name for frontend assets * feat: allow customizability of resources dir * fix: fix typo in ui middleware * fix: validate resource file paths in ui middleware * refactor: move resource handling to a controller * feat: add some logging * fix: configure middlewares before groups * fix: use correct api path in login mutation * fix: coderabbit suggestions * fix: further coderabbit suggestions
		
			
				
	
	
		
			29 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # dist
 | |
| internal/assets/dist
 | |
| 
 | |
| # binaries
 | |
| tinyauth
 | |
| 
 | |
| # test docker compose
 | |
| docker-compose.test*
 | |
| 
 | |
| # users file
 | |
| users.txt
 | |
| 
 | |
| # secret test file
 | |
| secret*
 | |
| 
 | |
| # apple stuff
 | |
| .DS_Store
 | |
| 
 | |
| # env
 | |
| .env
 | |
| 
 | |
| # tmp directory
 | |
| tmp
 | |
| 
 | |
| # version files
 | |
| internal/assets/version
 | |
| 
 | |
| # data directory
 | |
| data |