Skip to content
Snippets Groups Projects
Commit 53239bdf authored by Robert Raposa's avatar Robert Raposa
Browse files

Remove JWT_COOKIES_FLAG.

The JWT_COOKIES_FLAG was a temporary flag used for rollout of the new
JWT cookies. These are live in Production, so we are removing the flag.

Without this flag, we set JWT cookies during login. However, this
requires an oAuth Client that isn't always available during unit tests.
We introduced a feature flag that is only used for unit tests to
disable setting the JWT cookies. The code explains a bit more why this
solution was selected over adding the oauth client to the database.

ARCH-247
parent ebede188
Branches
Tags
No related merge requests found
Showing
with 60 additions and 63 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment