summaryrefslogtreecommitdiff
path: root/src/oauth.rs
AgeCommit message (Collapse)Author
2022-03-20Migrate to actix-web 4 and jesterpm-ssoJesse Morgan
This upgrades the package to actix-web 4, allowing me to replace the old-style indieauth token validation with standard OAuth2 Token Introspection.
2020-09-18Replace reqwest with actix_web::clientJesse Morgan
2020-09-13Initial commit of media endpointJesse Morgan