In addition to being able centralize identity-aware access, Pomerium can be used to pass request, and user context to upstream applications as JSON Web Tokens (JWT).
This packges aims to make verifying that attestation token easier and includes:
- SDK
- Middleware (works with any
http.Handler
compatible router)
For a live example built using this package, see - https://github.com/pomerium/verify. It is hosted at https://verify.pomerium.com.
For more details, see the docs on Getting the user's identity.