JWT access for API?

hi guys,

this might be a simple question here, and may not specifically be for radzen. but what i want to do is provide a HTTP PUT API in a radzen project.

so that's fairly straight forward, code it up in the server.controllers folder

i'll probably have to include SWAGGER for this, etc, so i shuold be able to add that without any issues.

the question is however, can i get the identity service to issue a JWT AND can i secure the new API using the JWT without upsetting any of the username / login on the Radzen appliation?