goth
goth copied to clipboard
how to use goth for gitlab when deploying the application on production
Hi, I am trying the use goth in my production application. The application is configured to use gitlab as oauth provider. When I try to run the application locally, it works fine but when I move the same application to production, it gives me the below error
oauth2: cannot fetch token: 401 Unauthorized
Response: {"error":"invalid_client","error_description":"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method."}
Any idea?
The redirect uri which is being getting created is as follows https://oauth.myapplication.com/auth/gitlab/callback
/cc @techknowlogick any pointers would be much appreciated :sweat_smile: