svsticky / chroma

Manage photo albums on S3 buckets. Successor to Pxl and Rstr
1 stars 1 forks source link

Switch to Cabbage for Koala OAuth #19

Closed TobiasDeBruijn closed 8 months ago

TobiasDeBruijn commented 8 months ago

This PR switches Chroma to use Cabbage's OAuth2 abstractions over Koala to perform authentication, rather than using the in-tree ones.

The goal is to have one library for working with Koala, rather than have every (Rust) project reinvent the wheel.

This PR should have no breaking changes.