react-native-auth-jwt
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i react-native-auth-jwt

Weekly Downloads

2

Version

0.1.3

License

MIT

Unpacked Size

18.2 kB

Total Files

15

Last publish

Collaborators

  • kubragoktas