cf Lab 31

OAUTH

Directions

  1. Building off of what you've made from lab 29:
  2. Add 2 External providers to your site.
  3. Deploy to Azure (both db and app)
  4. Configure your azure app to use the environmental variables when accessing the clientid and secret for the external providers

ReadMe

  • Your readme should include the following information:
    • How long did it take you to complete this assignment?
    • What did you struggle with? Why? How did you solve?
    • What did you learn during this assignment?
    • What resources did you utilize for this assignment?

To Submit this Assignment

  • fork this repository
  • write all of your code in a branch named lab-#; + <your name> e.g. lab18-amanda
  • push to your repository
  • submit a pull request to this repository
  • submit a link to your PR in canvas

Rubric

  • 2pts: Site is deployed to Azure (Db, and App. Provide URL in Readme file)
  • 2pts: 2 external providers are available for login
  • 2pts: Successful login can be done with both providers (in production and development)
  • 2pts: Code clearly commented and meets industry standards
  • 2pts: Readme included with answers to questions