codelitdev / medialit

Upload, process and optimise your media files on a AWS S3 compatible storage
https://medialit.cloud
GNU Affero General Public License v3.0
7 stars 3 forks source link

Disable APIKey generation via API #42

Open rajat1saxena opened 10 months ago

rajat1saxena commented 10 months ago

We need to remove the following routes and the corresponding logic from API and move it to the Next app.

Routes

Everything mentioned under the /lib/apikey/routes.ts file.

Migrate the logic to Next app

The user should be able to generate the API key from /api/apikey Route handler.