What are some frameworks for building APIs straight away?
I like Rail, but it has a lot of upfront configuration just to get started. I'll skip the details, but what are some frameworks that have authentication and authorization (OAuth2) out of the box? I just want to clone the project, setup the database, and start writing endpoints.
3 comments
[ 2.8 ms ] story [ 18.0 ms ] threadIt has OAuth2 out of the box.
Currently using it for a personal project.
EDIT: formatting.
I always use Sails when I doing an MVP or a simple API.