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.
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
See the getting started guide in the Hilma Auth docs.
See the API reference in the Hilma Auth docs.