gusdeboer / symfony-7-boilerplate

Ready to go Symfony boilerplate. (Social login, Symfony UX)
0 stars 1 forks source link

Implement API #19

Open gusdeboer opened 1 month ago

gusdeboer commented 1 month ago

Some sort of API should be implemented. Preferably using an API key as authorisation.

We could use API Platform as a easily implementable REST base. Supports Swagger by default.

API key should be manageable and can expire.

When permissions are added the API key should also get a permission scheme

https://api-platform.com/