mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* Add database tables for OAuth2 applications These are applications that will be able to use OAuth2 to get an API key from Coder. * Add endpoints for managing OAuth2 applications These let you add, update, and remove OAuth2 applications. * Add frontend for managing OAuth2 applications
3 lines
73 B
SQL
3 lines
73 B
SQL
DROP TABLE oauth2_provider_app_secrets;
|
|
DROP TABLE oauth2_provider_apps;
|