Hey 👋
I'm working on migration from Hydra v1.11 to v2.1.2.
The
Black Market approach doesn't fit because we can't accept any data loss during the migration. So, I'm thinking of possible solutions.
The one of ideas is based on the official migration
command to write another one which would work with 2 DBs at once (v1.11 and v2.2.2). To do under-the-hood kind of lazy synchronous conversion of old v1 token to v2 on the DB level once we receive refresh token request
/oauth2/token
How crazy do you think this idea is? Is something like that technically doable?