stormpath / Turnstile

An authentication framework for Swift.
Apache License 2.0
165 stars 29 forks source link

getLoginLink does not percent-encode the redirect_uri on Linux #17

Open harlanhaskins opened 7 years ago

harlanhaskins commented 7 years ago

Attempting to use the redirect_uri parameter in getLoginLink does not percent encode the query on Linux. This is likely a corelibs-foundation issue.

edjiang commented 7 years ago

Since this is not causing any major issues, we're going to leave this until Foundation fixes this.