1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-15 15:56:38 +02:00
pomerium/internal/handlers/handlers.go
Caleb Doxsey c1a522cd82
proxy: add userinfo and webauthn endpoints ()
* proxy: add userinfo and webauthn endpoints

* use TLD for RP id

* use EffectiveTLDPlusOne

* upgrade webauthn

* fix test

* Update internal/handlers/jwks.go

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2022-11-22 10:26:35 -07:00

2 lines
78 B
Go

// Package handlers contains HTTP handlers used by Pomerium.
package handlers