Commit cd7c394
authored
fix(auth): Fix the auth redirect provider to no longer obliterate user claims on load. Our login redirect work added a new Provider for auth that overwrite the existing provider, but the new Provider didn't handle the extra cases around user claims that the old provider did (so we could not implement role-based auth. The new provider is unnecessary, so this change switches back the old fully-functioned Provider. (#1952)
1 parent a495491 commit cd7c394
3 files changed
+5
-22
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments