Commit 5298eb1
Use jwt v2.9.2's public claims verification API
This is a continuation of #464, which fixed backward compatibility with
jwt v2.9.0 and v2.9.1. v2.9.2 brought back the removed APIs, for
backward compatibility, but marked them as internal only and/or
deprecated.
For context, see the discussion here:
* jwt/ruby-jwt#623
* jwt/ruby-jwt#6261 parent 4dea8db commit 5298eb1
File tree
2 files changed
+6
-12
lines changed- lib/omniauth/strategies
2 files changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
90 | 84 | | |
91 | 85 | | |
92 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments