Yes, 100%.

On 2025/03/03 17:33:55 Ash Berlin-Taylor wrote:
> So is the auth manager involved in interpreting the JWT token in to something 
> more meaningful in order to make permission decisions etc then?
> 
> > On 3 Mar 2025, at 16:38, Vincent Beck <[email protected]> wrote:
> > 
> > JWT token created by FAB auth manager:
> > ```
> > {
> >     "id": "12345789"
> > }
> > ```
> > 
> > JWT token created by simple auth manager:
> > ```
> > {
> >     "username": "Test",
> >     "role": "Admin"
> > }
> > ```
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to