Is Anyone used JWT to build custom authentication for Rest API?

We would like to use JWT for custom authentication. This provides more secure communication/encryption. However I am not finding a detailed document for building custom authentication.

Your insight will be more helpful.

Hi @techavidity
Do you wanna use JSON web token for REST API ?
May i kindly know on what platform are designing the application,
If it is Node-Express, may be i could be of some help.

Cheers
Shohil Sethia

Hi @techavidity,

would that post be helpful for you?

Askar.

I am looking for java based implementation. I know we should extend this authentication interface. But would like to know anyone implemented custom authentication.

@techavidity might be of interest: Anyone have use for JWT Authentication that abstracts users/Tenants/Groups out of Camunda Db?