v0.9.9: Interactive Flow Authentication and Deposit Instructions
Adds short-lived JWT authentication to the /deposit
and /withdraw
interactive flows. Also adds an integration point for providing deposit instructions for users after initiating a deposit request through their wallet.
Other changes:
- Renamed
to_address
andfrom_address
JSON response fields toto
andfrom
- Created
PolarisSameSiteMiddleware
to be installed in yoursettings.MIDDLEWARE
- Removed the unnecessary
/confirm_transaction
endpoint