You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
42
+
- 90.48% documented
43
+
### Added
44
+
- improved documentation by @pboling
45
+
-[gh!665][gh!665] - Document Mutual TLS (mTLS) usage with example in README (connection_opts.ssl client_cert/client_key and auth_scheme: :tls_client_auth) by @pboling
46
+
-[gh!666][gh!666] - Document usage of flat query params using Faraday::FlatParamsEncoder, with example URI, in README by @pboling
47
+
- Spec: verify flat params are preserved with Faraday::FlatParamsEncoder (skips on Faraday without FlatParamsEncoder)
48
+
-[gh!662][gh!662] - documentation notes in code comments and README highlighting OAuth 2.1 differences, with references, by @pboling
49
+
- PKCE required for auth code,
50
+
- exact redirect URI match,
51
+
- implicit/password grants omitted,
52
+
- avoid bearer tokens in query,
53
+
- refresh token guidance for public clients,
54
+
- simplified client definitions
55
+
-[gh!663][gh!663] - document how to implement an OIDC client with this gem in OIDC.md by @pboling
56
+
- also, list libraries built on top of the oauth2 gem that implement OIDC
57
+
-[gh!664][gh!664] - README: Add example for JHipster UAA (Spring Cloud) password grant, converted from Postman/Net::HTTP by @pboling
0 commit comments