auth-module
auth-module copied to clipboard
fix(schemes): OAuth2 URL may already contain query params
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.
When will this be merged?