Report this

What is the reason for this report?

Creating an Authenticated API on DigitalOcean

Updated on December 22, 2020
Chris Sev

By Chris Sev

Sr Developer Advocate

Creating an Authenticated API on DigitalOcean

Video

About the Talk

We create an API that has authentication and authorization so that certain resources are only accessible by certain users.

What You’ll Learn

  1. How to build an authenticated API
  2. How to make calls to an authenticated API
  3. How to protect certain areas

This Talk is Designed For

DigitalOcean users that want to protect certain parts of their API.

Prerequisites

A little understanding of how APIs work.

About the Presenter

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.

Learn more about our products

About the author

Chris Sev
Chris Sev
Author
Sr Developer Advocate
See author profile

Founder of scotch.io. Slapping the keyboard until good things happen.

Still looking for an answer?

Was this helpful?


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!

Creative CommonsThis work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License.
Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.