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 <vincb...@apache.org> wrote:
> 
> JWT token created by FAB auth manager:
> ```
> {
>       "id": "12345789"
> }
> ```
> 
> JWT token created by simple auth manager:
> ```
> {
>       "username": "Test",
>       "role": "Admin"
> }
> ```

Reply via email to