We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963b6c5 + 561f601 commit e965349Copy full SHA for e965349
1 file changed
auth_api_key/data/neutralize.sql
@@ -0,0 +1,4 @@
1
+-- deactivate all api keys and clear the keys
2
+UPDATE auth_api_key
3
+ SET active = false,
4
+ key = 'neutralized';
0 commit comments