Releases: stellar/django-polaris
Releases · stellar/django-polaris
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
v0.9.8: Form Integrations & KYC Support
Polaris now provides a flexible framework for defining and serving custom forms during deposit and withdraw interactive flows. This is intended to support the anchor's KYC requirements. More information can be found in the docs.
v0.9.7: Minor improvements over 0.9.6
v0.9.6: Transaction Integrations
Polaris now provides a framework for implementing an anchor's banking rails for withdrawal and deposit flows. Documentation was also added to readthedocs.
v0.9.2: Move /deposit and /withdraw under /transactions
Updated version number and upgraded dependencies
v0.9.1: Minor bug fixes for v0.9
Changed HTML-rendering endpoints to return HTML errors
v0.9: Initial Release
Converted https://github.com/stellar/stellar-anchor-server (a full django project) to a reusable django app.