OAUTH2 config wont be picked up #1500
Unanswered
andreas-it-dev
asked this question in
Support Requests
Replies: 1 comment
-
fwiw, this is my package.json
|
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
-
am trying to implement an oauth2 strategy but whatever i do, it doesnt send the grant_type with my request.. not even the login data..(??)
this is my strategy config out of the nuxt config:
it is the only auth config i have.
and this is how i call the login:
note that when i rename the auth config, it throws an error, so it does pick it up, to an extent.. however, the params sent to my rails backend are partly just "invented" and dont reflect my config..?
these are the params sent to the server (picked up on the server side at my backend):
please note:
i wonder if i understand something fundamentally wrong here..? I thought, i can confiure the things i tried to configure in the config..(?)
Beta Was this translation helpful? Give feedback.
All reactions