expose services using Activiti7 without token authentication

cancel
Showing results for 
Search instead for 
Did you mean: 
vanish
Member II

expose services using Activiti7 without token authentication

I am using Activiti 7. I expose services using @RestController and @GetMapping @PostMapping annotations: every service exposed require the header "authentication: Bearer <token>". Is possible to define services without token authentication?