Files
hsweb-framework/hsweb-examples/hsweb-examples-oauth2/hsweb-examples-oauth2-client
2017-12-01 21:11:57 +08:00
..
2017-12-01 21:11:57 +08:00
2017-10-28 01:55:58 +08:00
2017-12-01 20:34:08 +08:00

hsweb OAuth2.0 客户端演示

  1. 运行OAuth2ClientApplication.main启动项目,启动前先保证服务端已启动

  2. 访问 http://localhost:8808/login.html?redirect=/test ,点击使用hsweb登录引导到服务端

  3. 登录成功后会自动跳转到 http://localhost:8808/test,显示admin角色相关数据则代表运行成功

  4. 试试使用github登录吧