Single Sign-on / OpenID Connect provider https://sso.hackerspace.pl
 
 
 
 
 
 
Go to file
informatic a57ab99014 Implement membership_required client option
User without an active membership:
* will be able to log into sso.hackerspace.pl
* will not be able to create/modify any of their clients
* will not be able to authorize to any client that has "Active
membership required" option enabled
* API requests for said user will return 402 (in case a token has
already been issued)

Authorization errors will now be wrapped in properly rendered alerts.
2022-04-29 00:24:35 +02:00
migrations Implement membership_required client option 2022-04-29 00:24:35 +02:00
sso Implement membership_required client option 2022-04-29 00:24:35 +02:00
static add redirect_uri add/remove buttons 2020-05-31 00:15:26 +02:00
templates Implement membership_required client option 2022-04-29 00:24:35 +02:00
.dockerignore final fixups 2020-05-30 22:53:06 +02:00
.gitignore refine .*ignore configuration 2020-10-10 18:12:02 +02:00
COPYING License this repository under the ISC license. 2020-08-15 19:05:09 +02:00
Dockerfile Initial commit 2020-05-24 15:00:18 +02:00
docker-compose.yml Implement membership_required client option 2022-04-29 00:24:35 +02:00
requirements.txt final fixups 2020-05-30 22:53:06 +02:00