alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
one jwks.json to rule them all
author
phil
date
11 months ago
(Jul 11, 2025, 2:35 PM -0400)
commit
0a250c45
0a250c4505a56486b68766e82b9273df0bb8dd48
parent
986819f9
986819f99167efccc8c734c057289d5a4c27441d
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
who-am-i
src
oauth.rs
+1
-1
who-am-i/src/oauth.rs
Reviewed
···
139
139
token_endpoint_auth_method: AuthMethod::PrivateKeyJwt,
140
140
grant_types: vec![GrantType::AuthorizationCode, GrantType::RefreshToken],
141
141
scopes: READONLY_SCOPE.to_vec(),
142
142
-
jwks_uri: Some(format!("{base}/.well-known/at-jwks.json")),
142
142
+
jwks_uri: Some(format!("{base}/.well-known/jwks.json")),
143
143
token_endpoint_auth_signing_alg: Some(String::from("ES256")),
144
144
},
145
145
keys: Some(vec![key]),