Stormpath - 如何通过代码登录

时间:2017-01-25 03:06:25

标签: spring-boot spring-security stormpath

我正在学习使用Spring-Boot和Spring-Security的Stormpath。我想做一个服务来进行用户登录,我只看到了Stormpath网站登录视图的例子,包括电子邮件和密码的输入,但我想通过代码,使用Stormpath类来做到这一点。有没有办法做到这一点?

感谢。

1 个答案:

答案 0 :(得分:2)

你可以查看Stormpath的LoginController中的代码,看看如何手动完成。但是,当Stormpath提供集成时,我不确定你为什么要这样做,所以你几乎不需要编写任何代码。在我们的下一个版本(和Spring Boot 1.5)中,您不需要任何代码就可以将它与Spring Boot和Spring Security集成。只需删除依赖项就可以了!