Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluesky-social/cookbook
/ endpoints
Endpoints
8 in github.com/bluesky-social/cookbook
⨍
Functions
129
◇
Types & classes
13
↳
Endpoints
8
Route
bsky_post
app.route("/bsky/post", methods=("GET", "POST"))
python-oauth-web-app/app.py:None
Route
homepage
app.route("/")
python-oauth-web-app/app.py:None
Route
oauth_callback
app.route("/oauth/callback")
python-oauth-web-app/app.py:None
Route
oauth_client_metadata
app.route("/oauth-client-metadata.json")
python-oauth-web-app/app.py:None
Route
oauth_jwks
app.route("/oauth/jwks.json")
python-oauth-web-app/app.py:None
Route
oauth_login
app.route("/oauth/login", methods=("GET", "POST"))
python-oauth-web-app/app.py:None
Route
oauth_logout
app.route("/oauth/logout")
python-oauth-web-app/app.py:None
Route
oauth_refresh
app.route("/oauth/refresh")
python-oauth-web-app/app.py:None