@hilma/auth-client
v2.0.0
Published
Hilma's Auth library (Client)
Downloads
17
Readme
@hilma/auth-client
This is the React, client-side version of Hilma's Auth library. It contains the building blocks for authentication and authorization in a client-side React application.
Installation
Make sure you have @tanstack/react-query
and axios
installed:
npm install @tanstack/react-query axios
Install the actual package:
npm install @hilma/auth-client
Getting started
See the getting started guide in the Hilma Auth docs.
API reference
See the API reference in the Hilma Auth docs.