Closed davemenninger closed 4 years ago
Adds a requirement option to the Auth.Payload and Sign.Payload. Moves the payload validations into a new ExBankID.PayloadHelpers module. New module has doctests. Also adds tests for the clients.
requirement
Auth.Payload
Sign.Payload
ExBankID.PayloadHelpers
@davemenninger Thank you! Really great work!
Adds a
requirement
option to theAuth.Payload
andSign.Payload
. Moves the payload validations into a newExBankID.PayloadHelpers
module. New module has doctests. Also adds tests for the clients.