coderbunker / profiles.coderbunker.com

Building a search feature for Coderbunker profiles
MIT License
1 stars 0 forks source link

Set up OAuth for Profile Search #4

Open ortonomy opened 5 years ago

ortonomy commented 5 years ago

User Story

As a product owner, I want to set up Oauth, so that only authorized customers can use the coder search function.

Acceptance criteria

Designs

N/A

Implementation

 Part 1

  1. Try to implement Google oauth2 with simple google auth key. Save retrieved key to local storage.
  2. Set up search page to only display if auth key is present and validated against Google Auth

 Part 2

  1. Refactor so that On log-in, logged in users will be given a token that allows them to query the CoderBunker Members Search API
  2. Discover permissions required to access search endpoint
  3. Refactor to verify only users with permissions can access

Open questions

  1. Building a basic Oauth2 is not difficult; the question is how to identify which customers are associated with Coder Bunker
echolabstech commented 5 years ago

Please do not add issues directly to the organization project board. Please add them to the development board.

echolabstech commented 5 years ago

@ortonomy are you still working on this?

ortonomy commented 5 years ago

@echolabstech -- hey. No, I just didn't have the time eventually. Go ahead and take it.