Releases: joken-elixir/joken
Releases · joken-elixir/joken
v2.0.0-rc1
- Better signers (now with header arguments);
- Less dependency on JOSE;
1.5.0
1.4.1
1.4.0
1.3.2
- Enhancements
1.3.1
- Enhancements
- Updates Elixir requirement to 1.2.3 (thanks to @supernintendo)
1.3.0
1.2.2
1.2.0
- Enhancements
- Bumped JOSE dependency to 1.7.3 adding native
libsodium
,keccakf1600
andlibdecaf
support. Documentation updated to account for that. - Generated claims are available after signing (thanks to @lnikkila)
- Using
credo
lint checker
- Bumped JOSE dependency to 1.7.3 adding native
- Bug fixes
- Fix validation of
iat
on the same second (thanks to @lnikkila) - Fix using
@on_load
to better supportexrm
(thanks to @tonyarkles)
- Fix validation of
- Deprecations:
Joken.Plug
:on_verifying
option has been replaced byverify
. The private option,joken_on_verifying
has been replaced withjoken_verify
as well.
on_verifying
andjoken_on_verifying
will be removed in a future version.- Configuration of
none
algorithm is no longer done automatically. To allow thenone
algorithm, setallow_none_algorithm
as before and callJoken.Signer.configure_unsecured_signing()
once during your application's start