Questions
- What is JWT?
- What key do we need to verify a JWT signature?
- How can you generate a JWT?
- Do we need to store a local copy of the configured keys?
- What annotation can we use to retrieve a configuration value in Quarkus?
- What takes precedence: an
@RolesAllowed
class or a method-level annotation?