redirect
/query
/headers
not set in session if oauth override url used. Bug?
#3274
Unanswered
tjenkinson
asked this question in
Q&A
Replies: 1 comment
-
Hm, this might require some additional testing. I'd assume it should only do that when the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I noticed here
feathers/packages/authentication-oauth/src/service.ts
Lines 161 to 168 in c619ab2
some properties are set on
.session
and used later.but they are missing from
get()
feathers/packages/authentication-oauth/src/service.ts
Lines 173 to 181 in c619ab2
which is used for overrides in the config.
Shouldn't this endpoint also be setting those things in the session?
Beta Was this translation helpful? Give feedback.
All reactions