realm / realm-loginkit

A generic interface for logging in to Realm Mobile Platform apps
Apache License 2.0
74 stars 21 forks source link

Fixed Login Failure bug #29

Closed TimOliver closed 7 years ago

TimOliver commented 7 years ago

If the port number was included with the serverURL variable, it was getting applied twice, causing the login attempt to fail because of a malformed URL. This PR properly sanitizes the port input