5 replies
December 2022

robertino.calcaterra Auth0 Employee

What’s up Devs! How did you like this post? Please share any comments or feedback with us on this thread

October 2023

ashishk

Great article! I followed few of the blog posts by Andrea and implemented them in my demo project with documentation. Check it out if you’d like: blazor-api-auth0

1 reply
October 2023 ▶ ashishk

andrea.chiarelli Auth0 Employee

Thank you for putting together this summary! :pray:

December 2024

smfields

Is there a way to add multiple permissions claims to the same token?

1 reply
January 7 ▶ smfields

andrea.chiarelli Auth0 Employee

Hi @smfields,
Yes, you can do this by adding the --claim option for each claim you want to add. For example:

dotnet user-jwts create --claim permissions=create:term --claim company=acme