By Chris Sev
Sr Developer Advocate
We create an API that has authentication and authorization so that certain resources are only accessible by certain users.
DigitalOcean users that want to protect certain parts of their API.
A little understanding of how APIs work.
Chris Sev is the founder of scotch.io and Senior Developer Advocate at DigitalOcean. He loves trying to figure out the most efficient and practical way to build apps that we can ship to our customers.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
Founder of scotch.io. Slapping the keyboard until good things happen.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Question about overriding the find()
controller.
If I don’t override anything, by default hitting the localhost:1337/posts
url returns an array of all the posts.
If I add an aync find()
function into the controller (I’m adding url query param to also filter posts by specific user), and even just do a strapi.query('post').find()
, the result is now an object with keys rather than an array?
Does it not use strapi.query('post').find()
by default, and if it does, how come manually telling it to use strapi.query('post').find()
doesn’t return the results as an array?
Great video!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.