|
|
5bc23a4857
|
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
|
2022-02-01 04:14:54 +01:00 |
|
|
|
fcf7a9fbca
|
fix broken login with existing token in local store
|
2022-01-20 17:51:45 +01:00 |
|
|
|
897ff2ec6c
|
comment
|
2021-11-25 10:02:17 +01:00 |
|
|
|
ffc45d5cde
|
implemented JWT Admin role assignment
|
2021-11-25 09:52:01 +01:00 |
|
|
|
a3b87c39bf
|
moved hasRight into Role class
defined roles better
|
2021-11-24 19:41:26 +01:00 |
|
|
|
44365bccf1
|
refactored isAuthorized & implemented a new role & rights based system
|
2021-11-24 19:40:49 +01:00 |
|
|
|
8eb5c74ba8
|
encode buffer to hex when decoding the jwt, not everytime we use it
|
2021-11-22 15:55:57 +01:00 |
|
elweyn
|
75d7ff3905
|
Withdrew the comments.
|
2021-11-10 06:15:58 +01:00 |
|
elweyn
|
e8b9765a34
|
Withdrew the check on the sessionId when is authorized is called.
|
2021-11-10 06:13:29 +01:00 |
|
elweyn
|
195ea5ad89
|
Merge login_call_createUser to implementation of login.
|
2021-11-08 13:51:25 +01:00 |
|
|
|
d1f3e4e215
|
moved isAuthorized in directive folder
removed resolver index.ts and load it via glob pattern
|
2021-10-03 11:14:24 +02:00 |
|