react-auth-kit
Version:
Authentication Library for React, which makes Token based auth very easy
65 lines (46 loc) • 2.28 kB
Markdown
<p align="center">
<img src="https://raw.githubusercontent.com/react-auth-kit/react-auth-kit/master/docs/img/banner.svg" alt="React Auth Kit Banner"/>
</p>
<p align="center">
<em>🔑 Authentication Library for React Js for Token-Based Auth with JSON Web Token(JWT) 🔑</em>
</p>
<p align="center">
<a href="https://codecov.io/gh/react-auth-kit/react-auth-kit">
<img src="https://codecov.io/gh/react-auth-kit/react-auth-kit/branch/master/graph/badge.svg?token=H188T7PXLL"/>
</a>
<a href="https://www.npmjs.com/package/react-auth-kit">
<img src="https://img.shields.io/npm/v/react-auth-kit.svg?logo=npm" alt="Test Suites">
</a>
<a href="https://bundlephobia.com/result?p=react-auth-kit">
<img src="https://img.shields.io/bundlephobia/minzip/react-auth-kit?style=flat-square" alt="Test Suites">
</a>
<a href="https://snyk.io/advisor/npm-package/react-auth-kit">
<img src="https://img.shields.io/snyk/vulnerabilities/npm/react-auth-kit?logo=snyk&style=flat-square" alt="Snyk">
</a>
</p>
---
<h2 align="center">
<a href="https://authkit.arkadip.dev">
https://authkit.arkadip.dev 🚀
</a>
</h2>
# Introduction
**React Auth Kit** is a lightweight JavaScript library for React JS, which makes the implementation of `Token based`
authentication very easy
It is production-ready, and gives you the following:
* 📦 Very lightweight
* 🌲 Tree Stacking
* 🔧 Easy to use
* ⚛️ Build for React JS
* ⚡ Works with Next JS
* 🚀 Fast and easy to Implement
* 🛡️ Supports JSON Web Token (JWT)
* 🔒 Secure Client Side Authentication
* ⌨️ Highly typed and written in `TypeScript`
## Documentation
[https://authkit.arkadip.dev](https://authkit.arkadip.dev).
## Hall of Fames
We love our contributors! If you'd like to contribute anything from a bug fix to a feature update, you can read our [CONTRIBUTING GUIDE](https://github.com/react-auth-kit/react-auth-kit/blob/master/CONTRIBUTING.md)
[](https://github.com/react-auth-kit/react-auth-kit/graphs/contributors)
<p align="center">— 🔑 —</p>
<p align="center"><i>React Auth Kit is <a href="https://github.com/react-auth-kit/react-auth-kit/blob/master/LICENSE">MIT License</a> code</i></p>