Nike-Inc / spark-expectations

A Python Library to support running data quality rules while the spark job is running⚡
https://engineering.nike.com/spark-expectations
Apache License 2.0
148 stars 32 forks source link

Implement Base Structure and GitHub OAuth Login #97

Closed cskcvarma closed 1 month ago

cskcvarma commented 1 month ago

Description

This pull request sets up the base structure for the project and implements the login functionality using GitHub OAuth. This includes necessary configurations and initial setup to enable user authentication via GitHub.

Motivation and Context

These changes are required to establish the foundational structure of the project and provide a seamless login experience using GitHub OAuth. It addresses the need for secure and straightforward user authentication.

How Has This Been Tested?

The changes have been tested in a local development environment. The following tests were conducted:

Verified GitHub OAuth login flow works as expected. Checked that users are correctly authenticated and redirected post-login. Ensured no conflicts or issues with the base structure setup.