Re: JWT woes - crypto issues?
Leonard B <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAKj1m=+MJ9-gDaPC=dgGst_N3KCA5T7XdRO1Z6UND3nHHh8RmQ@mail.gmail.com> |
Michael, one small issue with https://github.com/artemeff/jwt It does not support ES384 See: https://github.com/artemeff/jwt/blob/master/src/jwt.erl#L47 On Sat, Feb 6, 2021 at 2:02 PM <[email protected]> wrote: > > Hi, > > > I've tried several other Erlang JWT libraries, which won't even seem to build because the compile fails with that same warning (I guess this is something to do with warnings as errors, maybe, but I don't know how to switch that off in rebar3) - I've even tried importing Elixir libs but I got nowhere quickly with that. The > jwerl library seems to work and is apparently in decently wide use, so there must be something off about my setup or *something*, given that interoperability is pretty much the point of JWT, and this is falling at the first hurdle. > > > Anyone got any ideas? Would really appreciate a pointer on how to track down what's going wrong! > > > Thanks, > > Igor > > I used https://github.com/artemeff/jwt about a year ago and it worked fine for me. > > Michael