Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Exercise 4 #7

Closed
wants to merge 6 commits into from
Closed

WIP: Exercise 4 #7

wants to merge 6 commits into from

Commits on Nov 27, 2020

  1. Add JWT, Graphql-middleware, Graphql-shield, signup, bcrypt, dotenv

    Detail:
    - change apollo-datasource-rest with apollo-datasource
    - rewrite class Post
    - update votePost
    - update schema
    - add context
    - update server.js: add JWT, middleware, g-shield
    - exercise-4.md
    
    Completed:
    For an implemented signup feature.
    
    ⭐ For a software-tested signup feature.
    
    ⭐ For password validation.
    
    ⭐ For unique email address validation.
    
    ⭐ For not having security issues according to instructions.
    yiimnta committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    593ff01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f666e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. temp

    ilonae committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0336687 View commit details
    Browse the repository at this point in the history
  2. adding login, edit createPost, votePost

    - Removing this.context in PostDatasource
    - Adding currUser in Context
    yiimnta committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    6759e02 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. add jest test

    yiimnta committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0f8020a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. adding intermediate fixes

    ilonae committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    8dacaa7 View commit details
    Browse the repository at this point in the history