9149e4cbd3
# Propagation improvement
...
* fixes documentation and variable names on oauth token revocation
* introduces private key for propagation
* changes key usage in decryption of propagated user data from oauth_client_id to private propagation key
2024-12-23 10:45:08 +01:00
5c727b2eaa
# OAuth fix
...
* fixes bug in deployment environment due to http/s usage in url
2024-05-17 10:56:33 +02:00
86db08fca0
# Fix
...
* fixes bug where oauth requests did not use https in dockered deployment environment
2024-05-17 07:49:46 +02:00
8ff3cb9adc
# OAuth migrations
...
* adds migrations for storing OAuthToken
* adds OAuthToken model
* adds OAuthToken admin
* adds user migration for Fkey relation to OAuthToken
2024-04-30 14:56:48 +02:00
f135008447
# OAuth refactoring code
...
* refactors code
2024-04-29 12:27:07 +02:00
d69bab36da
# WIP: OAuth draft implementation
...
* first working client implementation of oauth workflow for logging in users
2024-04-29 12:07:06 +02:00