auth0 / Xamarin.Auth0Client

This library has been deprecated. See README for more info
MIT License
22 stars 41 forks source link

Recommended way to differentiate Login from Signup? #24

Closed ChaseFlorell closed 7 years ago

ChaseFlorell commented 7 years ago

Using this particular library, what's the recommended approach to differentiating login from signup? As I see it, out of the box, if a user isn't registered, using the LoginAsync endpoint will register them.

I want different behaviour based on if they're signing up or already registered and simply logging in.

jerriep commented 7 years ago

This is best handled in the Hosted Login page, and not relevant to this library. Please open a proper support issue. See https://support.auth0.com/

Also, this library has been deprecated. See Quickstart on how to use new Auth0 OIDC Client: https://auth0.com/docs/quickstart/native/xamarin