Package Exports
- react-auth-kit
- react-auth-kit/AuthContext
- react-auth-kit/AuthProvider
- react-auth-kit/error
- react-auth-kit/error/AuthKitConfigError
- react-auth-kit/error/AuthKitError
- react-auth-kit/error/AuthKitProviderMissingError
- react-auth-kit/error/AuthKitStorageError
- react-auth-kit/error/AuthKitStorageExpiredError
- react-auth-kit/error/AuthKitStorageInvalidError
- react-auth-kit/error/AuthKitTokenError
- react-auth-kit/error/index
- react-auth-kit/hooks/useAuthHeader
- react-auth-kit/hooks/useAuthUser
- react-auth-kit/hooks/useIsAuthenticated
- react-auth-kit/hooks/useSignIn
- react-auth-kit/hooks/useSignOut
- react-auth-kit/refresh/Refresh
- react-auth-kit/refresh/createRefresh
- react-auth-kit/refresh/index
- react-auth-kit/refresh/types
- react-auth-kit/refresh/useRefreshApiCall
- react-auth-kit/route/IRouter
- react-auth-kit/route/index
- react-auth-kit/storage/CookieStorage
- react-auth-kit/storage/DefaultStorageNamingStrategy
- react-auth-kit/storage/IStorage
- react-auth-kit/storage/IStorageNamingStrategy
- react-auth-kit/storage/LocalStorage
- react-auth-kit/storage/index
- react-auth-kit/store/ITokenStore
- react-auth-kit/store/TokenStore
- react-auth-kit/store/createAuthStore
- react-auth-kit/store/index
- react-auth-kit/store/types
- react-auth-kit/token/IToken
- react-auth-kit/token/JwtToken
- react-auth-kit/token/index
- react-auth-kit/utils/action
- react-auth-kit/utils/hooks
- react-auth-kit/utils/tryOrDefault
- react-auth-kit/utils/utils
- react-auth-kit/utils/valueOrDefault
Readme
🔑 Authentication Library for React Js for Token-Based Auth with JSON Web Token(JWT) 🔑
https://authkit.arkadip.dev 🚀
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
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
— 🔑 —
React Auth Kit is MIT License code