Generate a JSON Web Token (JWT)

Generate a JSON Web Token (JWT)

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of including a user ID in the JWT payload?

To encrypt the token

To make the token expire faster

To identify the user associated with the token

To increase the token's size

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the secret key for signing the JWT be stored?

In the source code

In the database

In a public repository

In the .env file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'generateToken' function in the utility file?

To decode the JWT

To generate a JWT with a user ID payload

To delete expired tokens

To encrypt the user password

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done after adding a new environment variable for the JWT secret?

Change the database schema

Delete the .env file

Clear the browser cache

Restart the server

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What information can be viewed when decoding a JWT on JWT.io?

The user's password

The server's IP address

The database schema

The token's header, payload, and signature