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 GitHub login with organization and group restrictions #609

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeromehardaway
Copy link
Contributor

@jeromehardaway jeromehardaway commented Jun 15, 2024

Implements GitHub authentication and access control for the Vets Who Code Next.js application, ensuring that only members of the Vets Who Code organization and specifically those in the "students" group can access the application. Additionally, updates the login page styling with Tailwind CSS for a responsive and accessible UI.

  • Integrates GitHub authentication using NextAuth.js in pages/api/auth/[...nextauth].ts, configuring GitHub as an authentication provider and adding callbacks to verify organization and group membership.
  • Adds utility functions in pages/api/auth/organization-membership.js and pages/api/auth/group-membership.js to check for membership in the Vets Who Code organization and the "students" group using the GitHub API.
  • Updates the login form in components/forms/login-form.tsx to integrate with NextAuth.js for GitHub login, including UI feedback for login success or failure.
  • Enhances Tailwind CSS configuration in tailwind.config.js by adding custom styles for the login page, improving the visual presentation and user experience.
  • Updates environment variables in env.local with GitHub OAuth application Client ID, Client Secret, and the Vets Who Code GitHub organization ID to support the authentication flow.
  • Revises documentation in README.md to include GitHub OAuth setup instructions and details on configuring access restrictions based on organization and group membership.

For more details, open the Copilot Workspace session.

Copy link

vercel bot commented Jun 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ❌ Failed (Inspect) Jun 15, 2024 11:20pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant