Block a user
Use the configuration depending on the selected database provider
Please note that the configuration should ONLY be placed in the namespace that matches the name in the DatabaseProvider
WIP: Use the configuration depending on the selected database provider
Wesser
created branch feat/database-persistence in Winsomnia/MireaBackend
2024-05-30 20:26:51 +03:00
8a103831eb
refactor: send provider
62ccf94222
feat: add converter DatabaseEnum to DatabaseProvider
271df127a6
feat: add DbContext for UberDbContext
7c79f7d840
feat: add wrap for generic configuration
b8728cd490
feat: add factory DbContext for configuration by provider
Add hashing and other security features
f6f7ed6c86
Add hashing and other security features (#12)
d2ef99d0b2
feat: add security configure
38ec80a566
feat: add configuration for jwt token
85802aa514
feat: add jwt token service
f2aa274d0a
build: add jwt ref
d2ef99d0b2
feat: add security configure
38ec80a566
feat: add configuration for jwt token
85802aa514
feat: add jwt token service
f2aa274d0a
build: add jwt ref
62a859b44c
style: clean code
6f02021fe7
feat: add revoked token service
526bf5682b
build: add security ref
9287acf7d2
feat: add cache implementations depending on the type
2efdc6dbfe
feat: add auth service to DI
25b6c7d691
feat: add method if there is no pre-auth token
61218c38a0
feat: add logout
d84011cd71
feat: add refresh token
4138c70007
feat: add wrap for revoke access token
9dd505a608
feat: add auth token response
470031af39
feat: add match token
916b3795ed
feat: add ip to struct
f4ad1518ef
style: rename variables
ac7bbde75e
fix: add key for save pre auth token
47a57693f8
sec: complicate the token
8408b80c35
feat: add pre-auth to DI
b14ae26a48
feat: add pre-auth service
3c9694de08
feat: add request for get token
e3db6b73e0
feat: add pre-auth response
58ceca5313
feat: add pre-auth token structure
WIP: Add hashing and other security features