react-auth-kit

Powerful Auth Management library for ReactJs-based applications

MIT License

Downloads
25.8K
Stars
505
Committers
38

Bot releases are hidden (Show)

react-auth-kit - v3.1.3 Latest Release

Published by darkmatter18 7 months ago

Fixes:

  • Minor Bug Fixes

What's Changed

Full Changelog: https://github.com/react-auth-kit/react-auth-kit/compare/v3.1.1...v3.1.3

react-auth-kit - v3.1.1

Published by darkmatter18 8 months ago

Fixes

  • AuthProvider Type Issue: Fixed type error with Store and AuthProvider prop
  • createStore param: Robust cookieDomain and cookieSecure parameter check for cookie type

Others

New Contributors

Full Changelog: https://github.com/react-auth-kit/react-auth-kit/compare/v3.1.0...v3.1.1

react-auth-kit - v3.1.0

Published by darkmatter18 8 months ago

🎉 Next.Js Support is there!! 🎉

Features

  • Next.Js: Added support for Next.Js.
  • @auth-kit/next: New Package for Rect Auth Kit for Next.Js

Others:

Full Changelog: https://github.com/react-auth-kit/react-auth-kit/compare/v3.0.1...v3.1.0

react-auth-kit - v3.0.1

Published by darkmatter18 9 months ago

What's Changed

  • Docs: Added import statements in the reference docs.
  • Deps: Updated all the dependencies with latest once.

Pull Requests

Full Changelog: https://github.com/react-auth-kit/react-auth-kit/compare/v3.0.0...v3.0.1

react-auth-kit - React Auth Kit v3

Published by darkmatter18 10 months ago

What's Changed

  • RxJS: Using RxJS-Based Token Store for Better Performance.
  • Tree Stacking: Using Tree Stacked Codebase for smaller build
  • MonoRepo: Extendable Monorepo based Architecture
  • @auth-kit/react-router: Devided the react-router based private route to a separate package

New Contributors

Full Changelog: https://github.com/react-auth-kit/react-auth-kit/compare/v2.12.7...v3.0.0

react-auth-kit - React Auth Kit v1.5.5

Published by darkmatter18 about 3 years ago

Fix

  • Docs releasing fixed by fetching the branch (#639)
react-auth-kit - React Auth Kit v1.5.4

Published by darkmatter18 about 3 years ago

Fix

  • Docs releasing fixed by adding the action user (#637)
react-auth-kit - React Auth Kit v1.5.3

Published by darkmatter18 about 3 years ago

Fix

  • Releasing docs my mike (#637)
react-auth-kit - React Auth Kit v1.5.2

Published by darkmatter18 about 3 years ago

Added

  • Docs are now using versioning (#636)
react-auth-kit - React Auth Kit v1.5.1

Published by darkmatter18 about 3 years ago

Updated

  • Docs are made smooth (#635)
react-auth-kit - React Auth Kit v1.5.0

Published by darkmatter18 about 3 years ago

Added:

  • Refresh Token feature (#603)
  • Added Documentation for Refresh Token (#629)
  • Unit test for actions/reducers.ts (#587)
  • Unit test for TokenObject.ts (#592)
  • Unit test for PrivateRoute.tsx (#606)
  • Unit test for utils/hooks.ts (#618)
  • Unit test for AuthProvider.tsx(#617)

Thanks to

react-auth-kit - React Auth Kit v1.4.18

Published by darkmatter18 about 3 years ago

Changed:

  • Updated the internal state for better performance and reliability
react-auth-kit - React Auth Kit v1.4.16

Published by darkmatter18 about 3 years ago

Fix:

  • On page refresh, the cookies are removed automatically (#473 )(676f68b)
  • Auth Type cookie and Localstorage are failed to get removed (cbfdc4e)

Changed:

  • Minimum React Version from 16.0 to 16.8.0, so that the hooks gets properly supported (bad136e)
  • Sign In Hook and HOC is now better to accommodate the dynamic refresh token to give better error and type support (17b2eb8)
  • Updated the SignInActionPayload in action and sign in reducer to accommodate the dynamic refresh token feature (41be555) (57c819f)

Removed:

react-auth-kit - React Auth Kit v1.4.14

Published by darkmatter18 about 3 years ago

Added:

Changed:

  • ESM and CJS builds are not going through the terser anymore
react-auth-kit - React Auth Kit v1.4.13

Published by darkmatter18 about 3 years ago

Changed:

  • Auth state now uses useReducer instead of useState
react-auth-kit - React Auth Kit v1.4.12

Published by darkmatter18 about 3 years ago

Changed

  • (PrivateRoute) PrivateRouteProps is updated to give more type checking
react-auth-kit - React Auth Kit v1.4.11

Published by darkmatter18 over 3 years ago

Changed:

  • Updated dependencies

Fixed:

  • Deployment of docs
react-auth-kit - React Auth Kit v1.4.10

Published by darkmatter18 over 3 years ago

Added:

  • Source maps added for each file

Fixed:

  • Type declaration files are missing, so added them
react-auth-kit - React Auth Kit v1.4.9

Published by darkmatter18 over 3 years ago

Changed:

  • Migrated to @rollup/plugin-typescript from rollup-plugin-typescript2
  • Terser added for Minified the codebase
  • globals options are added for robust umd usages
react-auth-kit - React Auth Kit v1.4.8

Published by darkmatter18 over 3 years ago

Fixed:

  • authdata.md wrong doc of useAuthUser (70e8d8839bb50e0f524815c16827efe9dd8da615)
  • Property 'user' does not exist on type 'object' (#343)

Thanks: