ContainerImage.Pinniped/internal/testutil/oidctestutil
Ryan Richard 65eed7e742 Implement login_handler.go to defer to other handlers
The other handlers for GET and POST requests are not yet implemented in
this commit. The shared handler code in login_handler.go takes care of
things checking the method, checking the CSRF cookie, decoding the state
param, and adding security headers on behalf of both the GET and POST
handlers.

Some code has been extracted from callback_handler.go to be shared.
2022-04-26 15:37:30 -07:00
..
oidctestutil.go Implement login_handler.go to defer to other handlers 2022-04-26 15:37:30 -07:00