credentials / irma_api_server

This project has been deprecated, use https://github.com/privacybydesign/irmago
BSD 3-Clause "New" or "Revised" License
5 stars 10 forks source link

Add support for callback urls in verification sessions #1

Closed koen92 closed 7 years ago

koen92 commented 7 years ago

To reduce complexity at the service provider's side, it can sometimes be desired to let the irma_api_server call a url at the service provider's website, instead of letting the service provider 'wait' for a disclosure result on a websocket/http poll.

I also added a small fix for a failing unit test.

koen92 commented 7 years ago

Hmm, Travis is still failing because https://github.com/credentials/irma_api_common/pull/1 isn't merged yet.