DigitalState / camunda-rest-jwt-authentication

Camunda BPM plugin library providing JWT Authentication
MIT License
21 stars 10 forks source link

Add param to exclude url patterns #9

Open miguelblcfigueira opened 3 years ago

miguelblcfigueira commented 3 years ago

Hello,

It could be useful to add a param that would allow to bypass the filter.

This is useful, for example, to bypass the Camunda's /identity/verify endpoint.

Reference: https://www.javacodegeeks.com/2018/04/how-to-exclude-a-url-from-a-filter.html

I may submit PR if this project is still maintained.

StephenOTT commented 3 years ago

Sure