about summary refs log tree commit diff
path: root/src/oidc.rs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08 feat(oidc): Implement initial OIDC actorVincent Ambo1-0/+135
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.