Skip to content

Commit

Permalink
Added client_id and secret parameters in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
g-portugues committed Dec 6, 2018
1 parent 4a074e0 commit dab5a64
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 186 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
keycloak (2.3.2)
keycloak (2.4.0)
json
jwt
rest-client
Expand All @@ -10,15 +10,15 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
domain_name (0.5.20170404)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.1.0)
jwt (2.1.0)
mime-types (3.1)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2018.0812)
netrc (0.11.0)
rake (10.5.0)
rest-client (2.0.2)
Expand All @@ -40,7 +40,7 @@ GEM
rspec-support (3.7.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
unf_ext (0.0.7.5)

PLATFORMS
ruby
Expand All @@ -52,4 +52,4 @@ DEPENDENCIES
rspec (~> 3.0)

BUNDLED WITH
1.16.1
1.16.2
Loading

0 comments on commit dab5a64

Please sign in to comment.