cc-backend/internal/auth
Christoph Kluge 79a949b55e Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline
- removes some previously added manual location strings: now handled by pkg/log depending on loglevel
- kept manual string locations on fmt print functions
- add 'notice' and 'critical' loglevels
- add 'Panic' and 'Panicf' functions to log panics
- adresses issue #26
2023-01-23 18:48:06 +01:00
..
auth_test.go Change to HS256 as login token alg 2022-07-25 09:03:48 +02:00
auth.go Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline 2023-01-23 18:48:06 +01:00
jwt.go Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline 2023-01-23 18:48:06 +01:00
ldap.go Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline 2023-01-23 18:48:06 +01:00
local.go add more information to existing errors logs and panics 2023-01-19 16:59:14 +01:00
users.go Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline 2023-01-23 18:48:06 +01:00