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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ Please file a bug if you notice a violation of semantic versioning.
34
34
-[gh665][gh665] - Document Mutual TLS (mTLS) usage with example in README (connection_opts.ssl client_cert/client_key and auth_scheme: :tls_client_auth) by @pboling
35
35
-[gh666][gh666] - Document usage of flat query params using Faraday::FlatParamsEncoder, with example URI, in README by @pboling
36
36
- Spec: verify flat params are preserved with Faraday::FlatParamsEncoder (skips on Faraday without FlatParamsEncoder)
37
-
-[gh662][gh662] - documentation notes in code comments and README highlighting OAuth 2.1 differences, with references, such as: by @pboling
37
+
-[gh662][gh662] - documentation notes in code comments and README highlighting OAuth 2.1 differences, with references, by @pboling
38
38
- PKCE required for auth code,
39
39
- exact redirect URI match,
40
40
- implicit/password grants omitted,
41
41
- avoid bearer tokens in query,
42
42
- refresh token guidance for public clients,
43
-
- simplified client definitions)
43
+
- simplified client definitions
44
44
-[gh663][gh663] - document how to implement an OIDC client with this gem in OIDC.md by @pboling
45
45
- also, list libraries built on top of the oauth2 gem that implement OIDC
46
46
-[gh664][gh664] - README: Add example for JHipster UAA (Spring Cloud) password grant, converted from Postman/Net::HTTP by @pboling
0 commit comments