简体   繁体   English

如何使用自定义 UI 将 auth0 用户注册到 flutter 应用程序?

[英]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.我想向我的 flutter 应用程序添加 auth0 身份验证,但是当我检查他们的文档并到处搜索时,他们显示了他们的 auth0 ui,但我想使用我的自定义 UI 进行身份验证。 I have a express backend with auth0 how can I authenticate or signup user using the express server.我有一个带有 auth0 的快速后端,我如何使用快速服务器对用户进行身份验证或注册。

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我尝试阅读他们的文档,但在文档中他们只显示登录身份验证,但我想使用我自己的自定义 UI 使用我的 flutter 前端创建用户

You can try this package,你可以试试这个package,

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

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.这个 package 基于 Auth0 REST API。 You will able to build custom UIs using it.您将能够使用它构建自定义 UI。

Or,或者,

You can make use of Auth0 REST APIs.您可以使用 Auth0 REST API。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 auth0 中使用 PKCE 时如何实现自定义登录 UI? - How do you implement a custom login UI when using PKCE in auth0? 如何使用 /users API 获取 Auth0 中的完整用户数据? - How to get full user data in Auth0 using /users API? 使用Auth0 Lock时如何管理后端用户? - How to manage users on backend when using Auth0 Lock? 如何在 Flutter 中使用 Auth0 实现社交认证? - How can I implement Social Authentication with Auth0 in Flutter? 如何使用 Auth0 和带有 MERN 应用程序的护照获取附加到 req object 的 session 属性? - How do I get the session property appended to the req object using Auth0 and passport with a MERN app? 使用Auth0和node.js将身份验证集成到我的应用程序 - integrating authentication to my app using Auth0 and node.js auth0 让客户使用访问令牌连接到我的应用程序 - auth0 let customers connect to my app using access token 如何在不使用Auth0通用登录的情况下配置auth0身份验证/授权? - How to configure auth0 authentication/authorization without using Auth0 Universal login? Auth0 - 如何信任和保存自定义 API 或后端的用户信息? - Auth0 - How to Trust and Save User Information on a Custom API or Backend? 我如何使用 Azure AD 像 AWS cognito 来注册/登录用户和 api 身份验证和自定义 UI,因为我可以在 Cognito 中做到这一点? - How can i use Azure AD like AWS cognito to signup/signin users and api authentication with custom UI as i can do it in the Cognito?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM