cultuurnet/jwt-provider
Composer 安装命令:
composer create-project cultuurnet/jwt-provider
包简介
Silex application that provides JSON Web Tokens
README 文档
README
Application that provides JSON Web Tokens from UiTID v2 (Keycloak)
Architecture
Code is split into Domain and Infrastructure.
Domain contains actions, domain services (interfaces), value objects, etc... Infrastructure contains technical capabilities to support the domain - mostly domain interface concrete implementation. The intention in this division is to decouple from Keycloak, at least to some extent so further changes in Auth provider can be easier to implement.
web/index.php is the entry point for the application. It will pass the request to the
router that is defined in the RoutingServiceProvider, which is located in the app folder together
with the rest of the Service Providers. Every route is tied to single action class that is located in the
src/Domain/Action folder.
Authentication flow
jwt-provider service serves as a proxy between front end application and Keycloak service.

统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-04-27