A JWT based asp.net identity client library used with the [Leaf.Rad.Bse](https://www.nuget.org/packages/Leaf.Rad.Bse/) dotnet template.
A JWT based asp.net identity client library used with the Leaf.Rad.Bse dotnet template.
```
npm install --save @radbse/auth-identity @radbse/auth @radbse/hooks
`
import React from 'react'
import { AuthProvider, getInitialAuthState, SessionProvider } from '@radbse/auth-identity'
const App = () => {
const initialAuthState = getInitialAuthState()
return (
...
)
}
export default App
``