View Source mix boruta.gen.migration (Boruta core v2.0.0)
Migration task for Boruta.
Creates oauth_clients, oauth_scopes and oauth_tokens tables.
Note: This task will create migration files to keep your integration up to date by checking migration file and module names to create missing ones. Thus it is not recommanded to change naming since it will recreate the migration in further runs.
Provided migrations
create_borutacreates base tables needed to provide OAuth 2.0openid_connectBoruta 2.0 refactoring, provide OpenID Connectclients_refresh_tokensclient configurations for refresh tokensclients_public_revokeclient configuration to revoke tokens without providing client secretstore_previous_tokenstore previous token while refreshing access tokens
Examples
mix boruta.gen.migration