Using <JWTProvider>We can use the context directly by importing useContext from React and specifying the context JWTContext Or we can use the custom hook useAuth from src/hooks/useAuth.js
Auth Configuration:
All configurations related to authentication are stored in config.js. Those configs are like API keys to connect to the authentication server, project ID, etc.
Able Pro has a dummy/test config to make authentication work. Users have to change the API and secret as per their project needs. One must not use those provided keys in their live environment.
The theme provides a working example for Login and Register only. Other flows like reset password, verification have to make it workable by the user himself.