stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

SEP-24: make `account` param optional in `POST /deposit` #656

Closed JakeUrban closed 1 year ago

JakeUrban commented 1 year ago

We made the account parameter optional in SEP-24's POST /deposit endpoint since it can default to the authenticated account. This PR updates Polaris with that change.