No description
Find a file
Vincent Ambo 249f17b60a feat(oidc): Implement initial OIDC actor
Implements an actor that can perform OAuth2 logins (not really
OIDC-compliant yet because Rust doesn't have an easy to use JWT
library that supports JWKS, and I don't have time for that right now).

Currently this hardcodes some Office365-specific stuff.
2018-04-08 22:36:34 +02:00
migrations feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
src feat(oidc): Implement initial OIDC actor 2018-04-08 22:36:34 +02:00
templates feat(templates): Add shitty little response form in thread view 2018-04-08 20:20:17 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock feat(oidc): Implement initial OIDC actor 2018-04-08 22:36:34 +02:00
Cargo.toml feat(oidc): Implement initial OIDC actor 2018-04-08 22:36:34 +02:00