Package Exports
- react-auth-kit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-auth-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔑 Authentication Library for React Js for Token Based Auth with Json Web Token(JWT) 🔑
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