Skip to content

v0.9.9: Interactive Flow Authentication and Deposit Instructions

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 11 Dec 18:03
· 668 commits to master since this release

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 and from_address JSON response fields to to and from
  • Created PolarisSameSiteMiddleware to be installed in your settings.MIDDLEWARE
  • Removed the unnecessary /confirm_transaction endpoint