Skip to content

Deployment Pop Quiz #39

Description

@aliyatang

Aliya Tang
Period 1
Top 4 score total: 3.6/4

JWT signup login process: 0.9/1
Showing cookie for our project
img

POJO: 0.9/1
Show POJO Change example
img

Explain security configuration rules that are required for access: 0.9/1
SecurityConfig.java
img

  • Authentication mechanisms, like username, password OAuth
  • authorization rules like who can access what
  • encrypt sensitive data
  • secure communication protocol like HTTPS
  • JWT Token Usage, key issuing and signing, reception and validation of signature using key

Describe docker and process for update docker application: 0.9/1
img
docker-compose down
git pull
docker-compose up -d

Show API access code and error handling, specifically redirect on 403: 0.9/1
img
Login process for our project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions