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

Add Instagram verification #19

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2021

  1. [WIP] Instagram verification

    Add instagram routes & register in api handler
    Add dedicated mgr
    Add analytics functions for Instagram verification
    Add overall logic for instagram-request
    Add working instagram-verify
    Init tests with error testing
    anthonygraignic committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9bd2b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b613207 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Update verify method to POST

    Update verify method from GET to POST
    Update function & tests
    Fix tests for instagram-request
    Remove tmp logs in instagramMgr
    Add check on username in instagramMgr read from redis
    Add tests for instagramMgr
    anthonygraignic committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2763c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    3a6cf0f View commit details
    Browse the repository at this point in the history
  2. Add HTTP redirection for request-insstagram

    Add env var INSTAGRAM_HTTP_REDIRECT to enable 307 redir or not
    Remove useless did in Instagram query  param
    anthonygraignic committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    bd1a349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e74ce63 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    Add missing env var INSTAGRAM_HTTP_REDIRECT in serverless.yml
    Fix failing tests due to previous update
    Add new line at the end of .template.env
    anthonygraignic committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9e1f948 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    29ca6d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	packages/server/serverless.yml
    #	packages/server/src/api_handler.js
    #	packages/utils/scripts/generateKeyPair.js
    anthonygraignic committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    ebc2888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de018cc View commit details
    Browse the repository at this point in the history