Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hezhii/react-native-auth-example

🔑 React Native APP 身份验证模块示例
https://github.com/hezhii/react-native-auth-example

authentication authorization react-native token-authetication

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# React Navigation 身份验证流程

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

## 如何测试

1. 启动 APP

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

```bash
$ cd
$ yarn install
$ react-native run-ios
```

2. 启动后台服务

```bash
$ cd server
$ yarn install
$ yarn start
```