webysther / hoppscotch-docker

All-in-one hoppscotch image that works with one domain and have embed smtp
https://hub.docker.com/r/webysther/hoppscotch
MIT License
19 stars 5 forks source link

[Bug] Login return 401 #2

Closed AhmedmmAli closed 1 year ago

AhmedmmAli commented 1 year ago

I have tried to setup the hoppscotch using the latest docker image, everything is working fine but the login part. I added microsoft and github credentiols and both return 401 in the call back, I have also defined the schema=http, ENABLE_API=true MICROSOFT_CLIENT_ID=** MICROSOFT_CLIENT_SECRET=*** MICROSOFT_CALLBACK_URL=https://URL:3170/v1/auth/microsoft/callback Mode=team

webysther commented 1 year ago

Hi, first things first, try the login using the e-mail, test if the login works when choose the option using email, look the log to url to login and tell me if works, as far I know, any oauth requires https.

webysther commented 1 year ago

No response.