Skip to content

Latest commit

Β 

History

History
57 lines (44 loc) Β· 2.12 KB

File metadata and controls

57 lines (44 loc) Β· 2.12 KB

React Auth Kit Banner

πŸ”‘ Authentication Library for React Js for Token Based Auth with Json Web Token(JWT) πŸ”‘

NPM Deploy Test Suites Test Suites Codacy Badge


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:

  • 1.95 KB Gzipped
  • Build for React
  • Easy to Implementation
  • Secure Client Side Authentication
  • Highly typed and written in TypeScript
  • Can be implemented using both Higher Order Components and React Hooks
  • 100% test coverage.
  • 100% type annotated codebase.
  • Zero hard dependencies.

Requirements

  • Node Js 8.0+
  • React Js 16.8+
  • React-Router-Dom 3.0+

Documentation

Visit https://authkit.arkadip.me for the complete documentation

β€” πŸ”‘ β€”

React Auth Kit is Apache 2.0 License code