Securing REST API using custom tokens (stateless, no UI, no cookies, no basic authentication, no OAuth, no login page)

前端 未结 5 1966
轻奢々
轻奢々 2020-12-22 18:05

There are lots of guidelines, sample codes that show how to secure REST API with Spring Security, but most of them assume a web client and talk about login page, redirection

5条回答
  •  感动是毒
    2020-12-22 18:18

    Another Example Project which uses JWT - Jhipster

    Try Generating a Microservice application using JHipster. It generates a template with out of the box integration between Spring Security and JWT.

    https://jhipster.github.io/security/

提交回复
热议问题