realm / realm-loginkit

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

Documented enabling third party auth providers #41

Closed TimOliver closed 7 years ago

TimOliver commented 7 years ago

The sample app (And default CocoaPods podspec) only allow the standard Realm authentication methods by default. This is because other authentication methods will require importing additional dependencies (Possibly even large binary packages) and these will be redundant unless that provider is explicitly sought.

This PR adds additional comments and documentation indicating this is the case, and highlights what lines of code need to be modified in the sample app in order to enable them.