0.1.3 • Published 2 years ago

react-native-auth-jwt v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-auth

react native authentication with jwt

Installation

npm install react-native-auth

important!!

yarn add @react-native-community/async-storage

Usage

import { setAuthToken, storageSetItem,storageGetItem } from 'react-native-auth';

// ...

setAuthToken(token)
storageSetItem('deneme','12345')
storageGetItem('deneme').then(res=>console.log(res))

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT