All Projects → hezhii → react-native-auth-example

hezhii / react-native-auth-example

Licence: other
🔑 React Native APP 身份验证模块示例

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-auth-example

auth
Auth objects for CakePHP
Stars: ✭ 28 (-47.17%)
Mutual labels:  authorization
express-authz
express-authz is an authorization middleware for Express.js based on Casbin
Stars: ✭ 60 (+13.21%)
Mutual labels:  authorization
Sphinx
Authorization library for Phoenix web framework
Stars: ✭ 19 (-64.15%)
Mutual labels:  authorization
fedramp-tailored
FedRAMP Tailored.
Stars: ✭ 40 (-24.53%)
Mutual labels:  authorization
spicedb
Open Source, Google Zanzibar-inspired fine-grained permissions database
Stars: ✭ 3,358 (+6235.85%)
Mutual labels:  authorization
bunjil
A GraphQL bastion server with schema merging, authentication and authorization with Policy Based Access Control
Stars: ✭ 25 (-52.83%)
Mutual labels:  authorization
role-based-access-control
Role-based authorization || Role-based access-control in React.js
Stars: ✭ 111 (+109.43%)
Mutual labels:  authorization
ficam-playbooks
The Federal Identity Credentials and Access Management program publishes guides and playbooks to help U.S. federal executive agencies implement, maintain, and modernize identity management systems.
Stars: ✭ 30 (-43.4%)
Mutual labels:  authorization
token-cli
Command line utility for interacting with OAuth2 infrastructure to generate tokens
Stars: ✭ 19 (-64.15%)
Mutual labels:  authorization
blogging-app-with-Angular-CloudFirestore
A blogging application created with the help of Angular on front-end and Google Cloud Firestore on backend.
Stars: ✭ 45 (-15.09%)
Mutual labels:  authorization
keeper
Flexible and Simple authentication solution for Phoenix
Stars: ✭ 27 (-49.06%)
Mutual labels:  authorization
ms-identity-javascript-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Stars: ✭ 100 (+88.68%)
Mutual labels:  authorization
ApiJwtWithTwoSts
Web API authorization, multi-IDP solutions in ASP.NET Core
Stars: ✭ 43 (-18.87%)
Mutual labels:  authorization
undertow-pac4j
Security library for Undertow: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 35 (-33.96%)
Mutual labels:  authorization
dynamic-data-and-capabilities
[ARCHIVED] Dynamic Data and Capabilities in IPFS Working Group
Stars: ✭ 57 (+7.55%)
Mutual labels:  authorization
django-oauthost
Reusable application for Django, introducing OAuth2 server functionality.
Stars: ✭ 25 (-52.83%)
Mutual labels:  authorization
graphql authorize
Authorization helpers for ruby-graphql fields
Stars: ✭ 23 (-56.6%)
Mutual labels:  authorization
ts-ucan
Auth tokens for a distributed, user-controlled world
Stars: ✭ 66 (+24.53%)
Mutual labels:  authorization
tp5-rbac
一个tp5的RBAC库,使用composer来安装和更新你的项目对于RBAC的需求。同时支持jwt方式的验证。包含了RBAC需要的数据表的数据迁移,能够很方便的开始开发。
Stars: ✭ 69 (+30.19%)
Mutual labels:  authorization
casbin-knex-adapter
Knex adapter for Casbin
Stars: ✭ 16 (-69.81%)
Mutual labels:  authorization

React Navigation 身份验证流程

身份验证是 APP 中十分常见的一个模块,此示例基于 React Navigation 和 Token 机制实现了 React Native APP 中的身份验证流程。

如何测试

  1. 启动 APP

APP 目前只考虑了 IOS,建议测试时使用 IOS。

$ cd <project_root>
$ yarn install
$ react-native run-ios
  1. 启动后台服务
$ cd server
$ yarn install
$ yarn start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].