maven - Spring Boot - Config JWT for no bearer token on selected routes -


i'm new jhipster , spring boot. out of box jhipster secures web application jwt. it's necessary use bearer tokens access of routes.

how can configure 1 or 2 select url not require bearer tokens , "open?" box secured ip address not worried malicious traffic finding way unsecured url. configuration change make in pom.xml or elsewhere? in advance tips!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -