pomerium/authenticate
Kenneth Jenkins 1dbe4410d7
move events.go out of internal/authenticateflow (#4852)
Commit b7896b3153 moved events.go from the 'authenticate' package to
'internal/authenticateflow' in order to avoid an import cycle. However
this location is not actually suitable, as the hosted authenticate
service refers to AuthEvent and AuthEventFn.

Move events.go back out from under 'internal', to a new package
'authenticate/events'. This should still avoid an import cycle between
'authenticate' and 'internal/authenticateflow', while also allowing the
hosted authenticate service to use the events types.
2023-12-11 19:42:56 -08:00
..
events move events.go out of internal/authenticateflow (#4852) 2023-12-11 19:42:56 -08:00
authenticate.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
authenticate_test.go options: support multiple signing keys (#3828) 2022-12-22 09:31:09 -07:00
config.go move events.go out of internal/authenticateflow (#4852) 2023-12-11 19:42:56 -08:00
handlers.go support both stateful and stateless authenticate (#4765) 2023-12-07 14:24:13 -08:00
handlers_test.go support both stateful and stateless authenticate (#4765) 2023-12-07 14:24:13 -08:00
identity.go move directory providers (#3633) 2022-11-03 11:33:56 -06:00
middleware.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
state.go support both stateful and stateless authenticate (#4765) 2023-12-07 14:24:13 -08:00