auth-module icon indicating copy to clipboard operation
auth-module copied to clipboard

fix(schemes): OAuth2 URL may already contain query params

Open ekkekuru2 opened this issue 2 years ago • 1 comments

Hello. This is my first Pull Request, so sorry if there are some problem.

I have fixed a problem which occurs when OAuth2 authorization endpoint URL contains '?'.

If OAuth2 authorization endpoint URL contains '?' (=already has query params), this module will join options generated by this module to given URL with '&' ,not '?'.

Issue is here #1831

Thanks for the confirmation.

ekkekuru2 avatar Feb 21 '23 11:02 ekkekuru2

When will this be merged?

jmsfilipe avatar Jul 26 '23 11:07 jmsfilipe