tame-oauth icon indicating copy to clipboard operation
tame-oauth copied to clipboard

🔐 Small OAuth crate that follows the sans-io approach 🦀

Results 5 tame-oauth issues
Sort by recently updated
recently updated
newest added

I have a project that runs in google cloud, with the environment variable `GOOGLE_APPLICATION_CREDENTIALS` set appropriately. For local development, I don't have permission to generate those service account credentials and...

enhancement

**Is your feature request related to a problem? Please describe.** Not sure if this is out of scope for the crate. The main use case is that identity tokens are...

enhancement

(Recording this before I forget) Currently the caching of tokens is done inside the `ServiceAccountAccess` implementation, but it seems cleaner to have caching go on the "outside" of the TokenProvider...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] In order to comply...

enhancement

This seems related to #49 a bit. Unfortunately there seems to be no way to implement this properly right now since it requires two HTTP calls: once to get a...