Update simplecov requirement from ~> 0.22.0 to ~> 1.0.0
Updates the requirements on simplecov to permit the latest version.
updated-dependencies:
- dependency-name: simplecov dependency-version: 1.0.0 dependency-type: direct:development …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
CloudFoundry UAA Gem
Client gem for interacting with the CloudFoundry UAA server
For documentation see: https://rubygems.org/gems/cf-uaa-lib
Install from rubygems
Build from source
Use the gem
Create a UAA client that allows users to authenticate with username/password and allow client application to use
openidscope to invoke/userinfoendpoint for the user.Create a user with which to authorize our
decode-token-democlient application.Create this Ruby script (script is available at
examples/password_grant_and_decode_token.rb):To run the script, setup the env vars for your UAA and run the ruby script:
The output will look similar to:
Tests
Run the tests with rake:
Run the tests and see a fancy coverage report: