Replies: 1 comment 1 reply
-
You did not pass all the Cookies between the requests. The library which is used in the app does this automatically. For example the cookie connect.sid is important. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have openid setup with google and am trying to implement login using dart. I am able to login using the audiobookshelf app, however can not do so when I tried to implement it in dart.
Here is what I did
code
andstate
query paramsstate
, theverifier
(random string generated in step 1) andcode
confirming that the states is indeed the same as before. I also add the header "{cookie: auth_method=openid-mobile}" as received in "set-cookie" response header when auth url was retrieved in step 3.What did I miss? I have looked at the app code and it does the same thing as far as I can tell.
Beta Was this translation helpful? Give feedback.
All reactions