#1020 enables hashing of client secrets and #1074 adds the missed migration required by it.
- Create cleartext client secrets in a version prior to that commit
- Upgrade DOT to master
- Set a CLIENT_SECRET_HASHER other than None.
- Run migration
0006_alter_application_client_secret
- Confirm that the old cleartext client secrets migrated correctly and still work.