EETagent
|
493e3a3077
|
refactor: massive refactoring of query and mutation
|
2022-11-01 11:35:05 +01:00 |
|
Sebastian Pravda
|
0731700f17
|
fix: use aes decrypt in test
|
2022-10-30 13:46:09 +01:00 |
|
Sebastian Pravda
|
8b26c14e8c
|
refactor: use aes encrypt function
|
2022-10-30 13:40:08 +01:00 |
|
Sebastian Pravda
|
c417abaa6a
|
Merge branch 'master' into refactor_requests
|
2022-10-30 13:27:03 +01:00 |
|
Sebastian Pravda
|
e09a347d49
|
fix: create_candidate parameters in tests
|
2022-10-30 13:13:46 +01:00 |
|
Sebastian Pravda
|
d0825b80d5
|
feat: PIdN not null
|
2022-10-30 13:06:45 +01:00 |
|
EETagent
|
9221ed0d64
|
feat: ultra fast AES encryption
|
2022-10-30 00:49:43 +02:00 |
|
Sebastian Pravda
|
a36290987d
|
feat: encrypted PIDN in db
|
2022-10-29 22:52:46 +02:00 |
|
Vojtěch Jungmann
|
ed0ef793e0
|
Merge pull request #20 from EETagent/session_improvements
Improve session managment
|
2022-10-29 20:55:20 +02:00 |
|
Sebastian Pravda
|
9b10b86a3d
|
feat: add pub, encrypted privkey to db
|
2022-10-29 19:56:09 +02:00 |
|
Sebastian Pravda
|
137039df44
|
feat: limit n of sessions in db
save client's ip address
|
2022-10-29 18:33:37 +02:00 |
|
Sebastian Pravda
|
98e506e5ff
|
Merge pull request #17 from refresh_token_auth
|
2022-10-29 12:50:30 +02:00 |
|
Sebastian Pravda
|
5e36b7b3c8
|
refactor: session entity structure
|
2022-10-29 12:13:17 +02:00 |
|
Sebastian Pravda
|
fb27fcff60
|
feat: session authentication instead of jwt
|
2022-10-28 19:33:30 +02:00 |
|
Sebastian Pravda
|
9378dcbead
|
feat: get refresh token
|
2022-10-28 10:36:14 +02:00 |
|
EETagent
|
1d5352a168
|
fix: update mutation to use new async hash
|
2022-10-27 23:21:12 +02:00 |
|
Sebastian Pravda
|
6c98b7e7ce
|
style: typo
|
2022-10-24 22:14:57 +02:00 |
|
Sebastian Pravda
|
29ff462ef9
|
style: code cleanup
|
2022-10-24 20:39:36 +02:00 |
|
EETagent
|
50abef29e3
|
feat: nový argon2, vracení result
|
2022-10-24 19:54:36 +02:00 |
|
Sebastian Pravda
|
00e050986e
|
fix: unable to insert kvůli primary key
- using insert instead of save
|
2022-10-24 19:20:07 +02:00 |
|
Sebastian Pravda
|
d44082d3d8
|
feat: create candidate & generate code,
s autoincrementem application id uchazeče normalne funguje
|
2022-10-24 19:20:07 +02:00 |
|
Sebastian Pravda
|
c47dfbb1f9
|
Refactoring aby to šlo spustit (#4)
* db: candidate entity
* chore: candidate migrace
* chore: import candidate migrace
* fix: default value pro citizenship
* fix: unique pro evideční číslo přihlášky
* chore: parent migrace
* fix: unique pro evideční číslo přihlášky
* chore: sample fill admin table
* fix: chybějící serde pro admin entitu
* chore: remove mock tests
* remove all post entity imports
Co-authored-by: EETagent <vojta.jungmann@gmail.com>
|
2022-10-24 15:00:49 +02:00 |
|
EETagent
|
63c7307e43
|
chore: project setup
|
2022-10-23 18:43:12 +02:00 |
|