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

User authentication #24

Merged
merged 15 commits into from
May 8, 2024
Merged

User authentication #24

merged 15 commits into from
May 8, 2024

Commits on May 7, 2024

  1. feat(web): add dynamic route handler for nextAuth, add github as prov…

    …ider
    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5cb5c20 View commit details
    Browse the repository at this point in the history
  2. feat(web): add nextAuth as a dependency

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a666b6d View commit details
    Browse the repository at this point in the history
  3. fix(web): folder structure for next auth

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    65dd3df View commit details
    Browse the repository at this point in the history
  4. feat(web): mark next-auth session provider as client component

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    41ab34f View commit details
    Browse the repository at this point in the history
  5. feat(web): wrap app in session provider

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3d66174 View commit details
    Browse the repository at this point in the history
  6. ops(web): copy .env of web folder

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    65133f7 View commit details
    Browse the repository at this point in the history
  7. fix(web): remove export of authOptions to fix pipeline

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c326c5f View commit details
    Browse the repository at this point in the history
  8. fix(web): remove export of handler to fix pipeline

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3384906 View commit details
    Browse the repository at this point in the history
  9. feat(web): add basic setup for credentials provider

    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8841b8c View commit details
    Browse the repository at this point in the history
  10. fix(web): read session provider which was accidentally removed due to…

    … solving merge conflicts
    Manuel Proß authored and izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    527a536 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6e28dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f2971a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95dca49 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d3eaea View commit details
    Browse the repository at this point in the history
  15. feat(web): implement user authentication and add on the fly migration…

    … to Strapi's authentication
    izzyyhh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2ff10a6 View commit details
    Browse the repository at this point in the history