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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -