The Complete Strapi™ Course with Plugins and Deployment - Applying the Proper Auth Policy to Our Route

The Complete Strapi™ Course with Plugins and Deployment - Applying the Proper Auth Policy to Our Route

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses making changes to route policies to ensure only admin users can access certain routes. It involves commenting out a temporary setting, listing available policies, and applying an admin authentication policy. The tutorial also includes testing the changes to verify access to GitHub repositories. Additionally, a schema error related to a misspelled repository URL is identified and corrected. The video concludes with a brief mention of upcoming lessons on generating new projects.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the initial setting for the route repository that allowed free testing?

Oath set to false

Oath set to true

Admin access only

No authentication required

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which policy was identified as suitable for ensuring only admin users can access the route?

Admin is authenticated

User is authenticated

Public access

Guest access only

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the outcome after applying the admin authentication policy and testing it?

An error occurred

The list of repositories was still visible

The server crashed

The route was inaccessible

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What mistake was identified in the project schema?

Incorrect data type

Misspelled repository URL

Duplicate entries

Missing field

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step mentioned after correcting the project schema mistake?

Listing all policies

Testing the server

Deploying the project

Generating a new project for a repository