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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
352
352
**Implemented enhancements:**
353
353
354
354
- JWK does not decode. [\#332](https://github.com/jwt/ruby-jwt/issues/332)
355
-
- Inconsistent use of symbol and string keys in args \(exp and alrogithm\). [\#331](https://github.com/jwt/ruby-jwt/issues/331)
355
+
- Inconsistent use of symbol and string keys in args \(exp and algorithm\). [\#331](https://github.com/jwt/ruby-jwt/issues/331)
356
356
- Pin simplecov to \< 0.18 [\#356](https://github.com/jwt/ruby-jwt/pull/356) ([anakinj](https://github.com/anakinj))
357
357
- verifies algorithm before evaluating keyfinder [\#346](https://github.com/jwt/ruby-jwt/pull/346) ([jb08](https://github.com/jb08))
358
358
- Update Rails 6 appraisal to use actual release version [\#336](https://github.com/jwt/ruby-jwt/pull/336) ([smudge](https://github.com/smudge))
@@ -467,7 +467,7 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
- Get new token if curren token expired [\#256](https://github.com/jwt/ruby-jwt/issues/256)
470
+
- Get new token if current token expired [\#256](https://github.com/jwt/ruby-jwt/issues/256)
471
471
- Infer algorithm from header [\#254](https://github.com/jwt/ruby-jwt/issues/254)
472
472
- Why is the result of decode is an array? [\#252](https://github.com/jwt/ruby-jwt/issues/252)
473
473
- Add support for headless token [\#251](https://github.com/jwt/ruby-jwt/issues/251)
@@ -833,13 +833,13 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
833
833
- Signature Verification to Return Verification Error rather than decode error [\#57](https://github.com/jwt/ruby-jwt/issues/57)
834
834
- Incorrect readme for leeway [\#55](https://github.com/jwt/ruby-jwt/issues/55)
835
835
- What is the reason behind stripping the = in base64 encoding? [\#54](https://github.com/jwt/ruby-jwt/issues/54)
836
-
-Preperations for version 2.x [\#50](https://github.com/jwt/ruby-jwt/issues/50)
836
+
-Preparations for version 2.x [\#50](https://github.com/jwt/ruby-jwt/issues/50)
837
837
- Release a new version [\#47](https://github.com/jwt/ruby-jwt/issues/47)
838
838
- Catch up for ActiveWhatever 4.1.1 series [\#40](https://github.com/jwt/ruby-jwt/issues/40)
839
839
840
840
**Merged pull requests:**
841
841
842
-
- raise verification error for signiture verification [\#58](https://github.com/jwt/ruby-jwt/pull/58) ([punkle](https://github.com/punkle))
842
+
- raise verification error for signature verification [\#58](https://github.com/jwt/ruby-jwt/pull/58) ([punkle](https://github.com/punkle))
843
843
- Added support for not before claim verification [\#56](https://github.com/jwt/ruby-jwt/pull/56) ([punkle](https://github.com/punkle))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Forking the project
4
4
5
-
Fork the project on GitHub and clone your own fork. Instuctions on forking can be found from the [GitHub Docs](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
5
+
Fork the project on GitHub and clone your own fork. Instructions on forking can be found from the [GitHub Docs](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
0 commit comments