Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | Migrate to actix-web 4 and jesterpm-sso | Jesse 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-19 | Fetch files from S3 directly. | Jesse Morgan | |
2020-09-18 | First pass at a photo resizing endpoint. | Jesse Morgan | |
This is currently fetching the images from the media_url, since I ripped it out of another project. I still need to change it to fetch from S3 directly. This is also using actix_web::client instead of reqwest. I should probably switch the oauth module to do the same. |