erlef / oidcc

OpenId Connect client library in Erlang & Elixir
https://hexdocs.pm/oidcc
Apache License 2.0
184 stars 49 forks source link

HTTP Message Signing #322

Open maennchen opened 11 months ago

maennchen commented 11 months ago

Description

for FAPI 2.0 - Message Signing

maennchen commented 10 months ago

I've started implementing a standalone http message signature lib that can later be used here: https://github.com/maennchen/http-message-signatures

maennchen commented 9 months ago

The RFC was just published: https://datatracker.ietf.org/doc/html/rfc9421

The work can now actually be completed. I expect the FAPI 2.0 Message Signing spec should also be published (non-draft) soon now.