You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So my client_secret and refresh_token get serialized/deserialized without problems, but I can't apply migration in case of rotating keys - credentials field will be just skipped.
Were there any problems with embeds so you don't have support of them?
Any response from you would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
kuznetskikh
changed the title
Why custom Ecto embeds are not supported by the Cloak migrator
Why custom Ecto embeds are not supported by the Cloak migrator?
Jan 27, 2023
danielberkompas
changed the title
Why custom Ecto embeds are not supported by the Cloak migrator?
Support custom Ecto embeds in Cloak.MigratorApr 6, 2024
Hello all!
I'm sorry if the question was already araised (I didn't find anything), but was is the reason why Cloak migrator doesn't support custom Ecto embeds?
https://github.com/danielberkompas/cloak_ecto/blob/master/lib/cloak_ecto/migrator.ex
I'm asking since I'm going to have something like this:
So my
client_secret
andrefresh_token
get serialized/deserialized without problems, but I can't apply migration in case of rotating keys -credentials
field will be just skipped.Were there any problems with embeds so you don't have support of them?
Any response from you would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: