This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e9a383be0c
authelia
/
internal
/
storage
/
migrations
/
V0008.OpenIDConnectPAR.all....
2 lines
41 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(oidc): pushed authorization requests (#4546) This implements RFC9126 OAuth 2.0 Pushed Authorization Requests. See https://datatracker.ietf.org/doc/html/rfc9126 for the specification details.
2023-03-06 03:58:50 +00:00
DROP
TABLE
IF
EXISTS
oauth2_par_context
;