api-skeletons/zf-oauth2-doctrine-gui
最新稳定版本:0.1.1
Composer 安装命令:
composer require api-skeletons/zf-oauth2-doctrine-gui
包简介
A GUI for managing api-skeletons/zf-oauth2-doctrine
关键字:
README 文档
README
A GUI for managing zfcampus/zf-oauth2-doctrine
Installation
Install using composer: "api-skeletons/zf-oauth2-doctrine-gui": "dev-master"
Add the following to: 'DoctrineGui' to your application.config.php file
Pre-Requisites
You will require:
- zf-oauth2-doctrine
- Asset Manager
- MDGUUID (A neat little token generator)
How it works
Once installed, visit: /zf-oauth2-doctrine-gui/overview to get started. If you use ACL, make sure the route is added to your ACL controller.
Setting up a client
You may wish to setup a client:
- For SSO Access
- To facilitate secure server to server communication (JWT)
An SSO client would require:
- An implicit grant
- A basic scope (create it if you do not have it)
- A re-direct URI (the expected return address)
- And a password
Once you have created a client with an implicit grant, click on the test button and you will be directed to the URI with an access token in the URL.
A JWT based client would require:
- A urn:ietf:params:oauth:grant-type:jwt-bearer grant
- A basic scope (or other as you require in your Api)
- You will still need to add a password and a return uri
Once you have created a client with the urn:ietf:params:oauth:grant-type:jwt-bearer grant, you will then need to add a public key. We have provided a test private/public key pair in the utils folder. Copy the public key then click on the "add public key" button and paste it into the space provided. You will also need to add a user_id (subject), this will link the client to a user in your system (it is up to you to use this ID with your API or not, it will not effect its operation in any manner).
Now that your public key has been added, click on the test button and you will be taken to a form where you will need to enter a private key (utils folder). Enter the key and press "create JWT". The form will be returned with a code that looks something like this:
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ0ZXN0X2NsaWVudDMiLCJzdWIiOiIxIiwiYXVkIjoiIiwiZXhwIjoxNDQzNjkwODgyLCJpYXQiOjE0NDM2OTA1ODJ9.jaqjrNsz5a9Si0mWmYdhuRIBHbj1gGSSaTBqJvSZCsC_Yg7DTexzIF6vAvI4d5BD-qEnANYDN2b5SBbwho2Borm-s5Xzefsqpy_emURaj70hnuZjwf8cpfq39krXy1g0ekK21CiOP5CPo0MFgY8Q3wn70CoWY42EmTDFgRfVrwVPdG_l2ZRc6LIACztu4z6f4cuwYR3d5WPzXgyS5fBtplON7o9bBoxODR4mo9diUkeHGLnl21MjK8HWbthiErnjpnB4lsFcwFWMgFigd4UVYrULZ_P2NZkHtf6Xvhu2BlwUozbXvtoaTKKdlHf5dfepq0hM37LbK6WQfYmVL3vwlg
api-skeletons/zf-oauth2-doctrine-gui 适用场景与选型建议
api-skeletons/zf-oauth2-doctrine-gui 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 364 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 10 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「oauth2」 「doctrine」 「gui」 「apigility」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 api-skeletons/zf-oauth2-doctrine-gui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 api-skeletons/zf-oauth2-doctrine-gui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 api-skeletons/zf-oauth2-doctrine-gui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GUI for PHP's OpCache
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
GUI to analyze the profiling data collected using XHProf - A Hierarchical Profiler for PHP.
Composer personal web interface. Manage Laravel dependencies without switching to command line!
Email Toolkit Plugin for CakePHP
Make pimcore migration simple
统计信息
- 总下载量: 364
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-10-19