Commit graph

44 commits

Author SHA1 Message Date
Davor
5b55c4498b non admin can't change app roles 2022-07-13 10:29:25 +00:00
Davor
53529cd737 add me endpoint 2022-07-13 10:29:25 +00:00
Davor
9c75d36b71 if user has admin dashboard role allow admin access 2022-06-28 12:23:41 +02:00
Maarten de Waard
c88d7ebc08
Only allow Admins to add new users 2022-06-15 14:30:19 +02:00
Maarten de Waard
3eea6ab2bf
Merge branch 'main' into feat/api-role-permission-layer 2022-06-15 14:19:44 +02:00
Davor
c1e62089b6 added migration script for users to add 'No access' roles in app_roles 2022-06-10 16:43:10 +02:00
Davor
19bc31e6e3 MR comments
- added error handler for unauthorized
2022-06-09 12:21:47 +02:00
Davor
907e0ecaab add permission layer for admins for backend API 2022-06-08 21:41:59 +02:00
Varac
62187e0b29
Rename API to Stackspin 2022-05-31 13:40:46 +02:00
Davor
19802f56eb fix logic for roles 2022-05-26 09:49:25 +00:00
Davor
732555ac6a MR comments 2022-05-26 09:49:25 +00:00
Davor
97d4f0845d fix issue with WordPress login
- resolving role name
2022-05-26 09:49:25 +00:00
Davor
5206c78998 MR comments
- fixed order of import in user_service.py
- added error handling for user delete
2022-05-26 09:49:25 +00:00
Luka Radenovic
09f1d2e00a Optimize insert app role to user 2022-05-26 09:49:25 +00:00
Luka Radenovic
bc85575e9b Add app roles to userInfo when logging in 2022-05-26 09:49:25 +00:00
Luka Radenovic
61e512c208 Added new role management 2022-05-26 09:49:25 +00:00
Maarten de Waard
bf98fbd721
feat: add error handling for unaccepted passwords, add kratos error page 2022-05-02 11:08:43 +02:00
Luka Radenovic
75b18bada8 Rename app_role_id to role_id 2022-04-15 13:51:30 +02:00
Luka Radenovic
3c8c900d2c Return role_id when callback is called 2022-04-15 12:44:30 +02:00
Luka Radenovic
b494650398 Fix for put user 2022-04-15 10:53:20 +02:00
Luka Radenovic
10479a625a Added new endpoint for roles and updated users endpoints to work with roles 2022-04-14 13:32:35 +02:00
Luka Radenovic
7661088814 Convert role column to a new table 2022-04-13 15:11:51 +02:00
Luka Radenovic
f377b4ce45 Refactor integrations of sso 2022-04-13 10:27:17 +02:00
Maarten de Waard
3d70482029
try to add a Migrate call so we can migrate I hope 2022-04-05 12:16:01 +02:00
Maarten de Waard
2564f3aae6
rename PUBLIC_URL to a more meaningful variable name 2022-04-04 14:31:17 +02:00
Mart van Santen
9fce6c8ec3 Add some debug 2022-04-01 17:02:52 +08:00
Mart van Santen
e5cb358f39 Add additional debugging 2022-04-01 16:58:11 +08:00
Mart van Santen
e97d82c6f0 Convert string object to dict 2022-04-01 16:52:57 +08:00
Mart van Santen
617f46835e Use getter to get value 2022-04-01 16:45:25 +08:00
Mart van Santen
3291f7809b Add debugging 2022-04-01 16:39:22 +08:00
Mart van Santen
77b6364cde Fix typo 2022-04-01 16:28:59 +08:00
Mart van Santen
047b34bfc7 Add debugging 2022-04-01 15:37:56 +08:00
Mart van Santen
a4981c8c52 Added CLI commands 2022-04-01 15:15:30 +08:00
Mart van Santen
d09d9d77bd Removed circular import for DB 2022-03-22 15:56:36 +08:00
Mart van Santen
755cb03aaf Modified login app to work in dashboard context 2022-03-22 14:16:53 +08:00
Mart van Santen
e8063b1de7 Create /web router for login panel parts
Integrated helper classes and configuration
Create login "area"
2022-03-21 15:02:29 +08:00
Luka Radenovic
c483ef6a4d Add Kratos user id to Hydra callback response 2022-02-10 13:04:54 +01:00
Luka Radenovic
4a82c8f224 Get user info from hydra 2022-02-10 09:43:15 +01:00
Luka Radenovic
34796a7d82 Use code instead of authorization_response 2022-01-20 07:40:11 +01:00
Luka Radenovic
45728d1383 Take state from query param on hydra callback 2022-01-19 09:16:22 +01:00
Luka
2160f634d1 Implemented oidc with hydra 2022-01-18 09:48:18 +00:00
Luka Radenovic
0bd9434d12 feat(Global): Add health check api 2021-11-16 12:04:40 +01:00
Luka
927ef220cd feat(Global): Implemented validation on requests and error handling 2021-11-02 07:54:07 +00:00
Luka
a81d14b4f8 feat(Users): Implemented Kratos CRUD 2021-10-28 14:09:10 +00:00