简体   繁体   中英

How to signup auth0 users to flutter app using custom UI?

I want to add auth0 authentication to my flutter app but when I checked their docs and searched everywhere they show their auth0 ui but I want to use my custom UI for authentication. I have a express backend with auth0 how can I authenticate or signup user using the express server.

I tried reading their docs but in the docs they show authentication only for login but I want to create user using my flutter frontend using my own custom UI

You can try this package,

https://pub.dev/packages/auth0/versions/2.2.0-beta1

https://pub.dev/packages/auth0/versions/2.2.0-beta1

This package is based on Auth0 REST APIs. You will able to build custom UIs using it.

Or,

You can make use of Auth0 REST APIs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM