zalando-stups / play-zhewbacca

Play! framework library to protect REST endpoint by OAuth2 token verification - THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
MIT License
22 stars 13 forks source link

Added client_id attribute to TokenInfo & Fix format of WS timeouts configuration #47

Closed alexole closed 6 years ago

alexole commented 6 years ago

Added client_id attribute to TokenInfo Changed WS timeout format in README, it was wrong.

codecov-io commented 6 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #47     +/-   ##
=========================================
+ Coverage   96.66%   96.77%   +0.1%     
=========================================
  Files          12       12             
  Lines         120      124      +4     
  Branches        6        6             
=========================================
+ Hits          116      120      +4     
  Misses          4        4
Impacted Files Coverage Δ
...ala/org/zalando/zhewbacca/TokenInfoConverter.scala 100% <100%> (ø) :arrow_up:
...ala/org/zalando/zhewbacca/OAuth2AuthProvider.scala 100% <100%> (ø) :arrow_up:
...c/main/scala/org/zalando/zhewbacca/TokenInfo.scala 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9056db7...7c3387f. Read the comment docs.

dmitrykrivaltsevich commented 6 years ago

@alexole , thank you for contribution!