imrenagi/go-oauth2-mysql

Allow deleting all clients

Opened this issue · 0 comments

Currently it is only possible to add a new client but not remove any clients. If e.g. I collect all clients in my config file and later remove one there it will never be deleted in the database.

Add an option to Truncate the whole clients table so this can be executed on startup to only add the desired clients to the database.