Adds PropelAuth as an AuthProvider

Adds the PropelAuthProvider which delegates to the IntrospectionTokenVerifier
and optionally does an additional resource check.
Adds an example server and client which makes an authenticated request
and gets information from the token.
Updates the documentation (but only for v3 as this isn't in v2).
This commit is contained in:
Andrew Israel 2026-02-26 23:50:45 -08:00 committed by Jeremiah Lowin
commit 5fb72c7200
7 changed files with 888 additions and 0 deletions

View file

@ -277,6 +277,7 @@
"integrations/github",
"integrations/google",
"integrations/oci",
"integrations/propelauth",
"integrations/scalekit",
"integrations/supabase",
"integrations/workos",