Open
Description
Prerequisite to this issue: #1826
django-oauth-toolkit
now supports wildcard redirect URIs - https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#allow-uri-wildcards. We should drop the custom Application
model we've defined to allow staging deploy previews to work (https://github.com/dandi/dandi-archive/blob/master/dandiapi/api/models/oauth.py#L10), and switch to this.