|
62ccf94222
|
feat: add converter DatabaseEnum to DatabaseProvider
|
2024-05-30 20:25:21 +03:00 |
|
|
271df127a6
|
feat: add DbContext for UberDbContext
|
2024-05-30 20:20:20 +03:00 |
|
|
7c79f7d840
|
feat: add wrap for generic configuration
|
2024-05-30 20:19:58 +03:00 |
|
|
b8728cd490
|
feat: add factory DbContext for configuration by provider
|
2024-05-30 20:17:36 +03:00 |
|
|
7db4dc2c86
|
feat: add factory for DbContext
|
2024-05-30 20:15:40 +03:00 |
|
|
348b78b84e
|
feat: add resolver for getting configuration Type
|
2024-05-30 20:14:46 +03:00 |
|
|
4c93ed282d
|
refactor: move default configuration to sqlite
|
2024-05-30 20:14:15 +03:00 |
|
|
1bdf40f31f
|
build: move projects
|
2024-05-30 20:13:06 +03:00 |
|
|
31c36443e1
|
refactor: use wrap DbContext for UberDbContext
|
2024-05-30 20:12:36 +03:00 |
|
|
43b6ab7934
|
feat: add sealed class for Mark configuration namespace
|
2024-05-30 20:12:04 +03:00 |
|
|
f79c7c7db9
|
refactor: use wrap DbContext
|
2024-05-30 20:11:18 +03:00 |
|
|
53a0439edb
|
feat: add wrap DbContext for OnModelCreating
|
2024-05-30 20:10:13 +03:00 |
|
|
78a242f4c3
|
feat: add providers database for presistence
|
2024-05-30 20:07:59 +03:00 |
|
|
0a9c98cbf9
|
refactor: change GetService to GetRequiredService
|
2024-05-30 20:07:20 +03:00 |
|
|
164d575d98
|
refactor: move database-related projects to a separate folder
|
2024-05-29 08:08:58 +03:00 |
|
|
bf3a9d4b36
|
refactor: move database-related projects to separate folder
|
2024-05-29 07:49:42 +03:00 |
|
|
081c814036
|
feat: return the schedule-related settings
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m43s
|
2024-05-29 07:38:32 +03:00 |
|
|
f6f7ed6c86
|
Add hashing and other security features (#12)
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m50s
Reviewed-on: #12
|
2024-05-29 06:42:46 +03:00 |
|
|
d2ef99d0b2
|
feat: add security configure
|
2024-05-29 06:42:14 +03:00 |
|
|
38ec80a566
|
feat: add configuration for jwt token
|
2024-05-29 06:30:01 +03:00 |
|
|
85802aa514
|
feat: add jwt token service
|
2024-05-29 06:28:42 +03:00 |
|
|
f2aa274d0a
|
build: add jwt ref
|
2024-05-29 06:28:21 +03:00 |
|
|
62a859b44c
|
style: clean code
|
2024-05-29 06:11:29 +03:00 |
|
|
6f02021fe7
|
feat: add revoked token service
|
2024-05-29 06:11:18 +03:00 |
|
|
526bf5682b
|
build: add security ref
|
2024-05-29 06:08:41 +03:00 |
|
|
9287acf7d2
|
feat: add cache implementations depending on the type
|
2024-05-29 06:08:14 +03:00 |
|
|
2efdc6dbfe
|
feat: add auth service to DI
|
2024-05-29 06:04:09 +03:00 |
|
|
25b6c7d691
|
feat: add method if there is no pre-auth token
|
2024-05-29 06:00:15 +03:00 |
|
|
61218c38a0
|
feat: add logout
|
2024-05-29 05:56:27 +03:00 |
|
|
d84011cd71
|
feat: add refresh token
|
2024-05-29 05:55:57 +03:00 |
|
|
4138c70007
|
feat: add wrap for revoke access token
|
2024-05-29 05:55:31 +03:00 |
|
|
9dd505a608
|
feat: add auth token response
|
2024-05-29 05:55:13 +03:00 |
|
|
79fb05d428
|
feat: add token revocation
|
2024-05-29 05:54:45 +03:00 |
|
|
81f2f995b0
|
feat: add generate auth token
|
2024-05-29 05:51:32 +03:00 |
|
|
f3063c5322
|
feat: add generate access token
|
2024-05-29 05:51:03 +03:00 |
|
|
43011457d6
|
feat: add wrap for save to cache
|
2024-05-29 05:50:47 +03:00 |
|
|
4240ad8110
|
feat: add auth key for cache
|
2024-05-29 05:36:26 +03:00 |
|
|
a3a42dd5c2
|
feat: add generate refresh token
|
2024-05-29 05:35:44 +03:00 |
|
|
b25be758ad
|
feat: add auth token
|
2024-05-29 05:33:55 +03:00 |
|
|
7df4c8e4b6
|
feat: add auth service
|
2024-05-29 05:32:22 +03:00 |
|
|
f55d701ff3
|
feat: add sliding expiration for cache
|
2024-05-29 05:30:00 +03:00 |
|
|
d3a60d2a30
|
feat: add interface for gen access token
|
2024-05-29 05:29:25 +03:00 |
|
|
470031af39
|
feat: add match token
|
2024-05-29 05:27:49 +03:00 |
|
|
916b3795ed
|
feat: add ip to struct
|
2024-05-29 05:27:27 +03:00 |
|
|
f4ad1518ef
|
style: rename variables
|
2024-05-29 04:58:21 +03:00 |
|
|
ac7bbde75e
|
fix: add key for save pre auth token
|
2024-05-29 04:57:44 +03:00 |
|
|
47a57693f8
|
sec: complicate the token
|
2024-05-29 04:55:34 +03:00 |
|
|
d05ba5349f
|
refactor: isolate key generation
|
2024-05-29 04:48:37 +03:00 |
|
|
5fde5bd396
|
build: add security to sln
|
2024-05-29 04:34:39 +03:00 |
|
|
8408b80c35
|
feat: add pre-auth to DI
|
2024-05-29 04:34:00 +03:00 |
|