neroniaky / angular-token

:key: Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
https://stackblitz.com/github/neroniaky/angular-token
MIT License
370 stars 190 forks source link

Fix: Allow URLs without protocols to open OAuth links #561

Closed mgebeily closed 2 years ago

mgebeily commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Opening Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

Other information

neroniaky commented 2 years ago

Looks good. Thank you!