Role based access using a JWT

Hi. I’m looking into this - Role-based access control with JWT | Netlify Docs.
Is it possible to have a different JWT secret for different environments?

Hey @katcoutts! :wave:t2:

Welcome to The Community :slight_smile:

Currently all environments share the same Identity instance. I believe that holds true if you use an external identity provider as well.

Hope that helps!


Jon

Thank you for the quick response, Jon.