anfly0 / exBankID

exBankID is a simple stateless API-client for the Swedish BankID API
MIT License
17 stars 4 forks source link

add the requirement option to the Auth and Sign Payload (#9) #18

Closed davemenninger closed 4 years ago

davemenninger commented 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.

anfly0 commented 4 years ago

@davemenninger Thank you! Really great work!