arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

refactor: Move SameSite switch statement to init #45

Closed asetty closed 4 years ago

asetty commented 4 years ago

This way the switch is only executed at once at startup when intializing the server rather than each time a session is created in the callback handler.

Signed-off-by: Adam Setters asetty@arista.com

yanniszark commented 4 years ago

@asetty thanks for your contribution :) Merged!