Hello, is there some sort of hook I can use within react comps to get access to the sessions or rather to validate the AUTH status:
const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
);
root.render(
);
maybe like a useAuth() similar to Auth0.