Skip to content

8.2 Login functionality#74

Merged
AlexCode-dot merged 91 commits intomainfrom
8.2-login-functionality
Jun 6, 2025
Merged

8.2 Login functionality#74
AlexCode-dot merged 91 commits intomainfrom
8.2-login-functionality

Conversation

@Kalu32k
Copy link
Collaborator

@Kalu32k Kalu32k commented Jun 5, 2025

Pull Request Type

Please check the type of change your PR introduces:

  • Feature (a new feature for the project)
  • Fix (a bug fix)
  • Chore (updating grunt tasks etc; no production code change)
  • Refactor (refactoring production code)
  • Docs (changes to the documentation)
  • Style (formatting, missing semi colons, etc; no production code change)
  • Test (adding missing tests, refactoring tests; no production code change)

Description

Complete user account & admin account functionality.

Features

  • Register
  • Login
  • Forgot my password
  • Very basic account page
  • Admin status authentication
  • Login status authentication
  • User control panel
  • Password hashing
  • JWT token cookies
  • User account DB

How Has This Been Tested?

Manual testing

Screenshots (if appropriate):

Login page with 2 required input field for desktop and mobile
image
image

Register page with 2 required input field for desktop and mobile
image
image

Forgot my password page with 2 required input field for desktop and mobile
image
image

Admin control panel for user accounts
image
image

Authentication check if logged in for desktop and mobile
image
image

Authentication check if admin to access admin panel for desktop and mobile
image
image

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have named this PR according to following naming convention: #[issue-number] PR description

Additional Information:

Did not put much effort into styling, might be added later on if needed.

Related Issues:

closes #36

Kalu32k added 30 commits May 29, 2025 11:29
Kalu32k added 24 commits June 5, 2025 15:29
…on functions, and add toggleadmin functionality
…rds to swedish from english to fit the website
@vercel
Copy link

vercel bot commented Jun 5, 2025

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

Name Status Preview Comments Updated (UTC)
kino-next-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2025 3:22pm

@Kalu32k Kalu32k changed the title 8.2 login functionality 8.2 Login functionality Jun 5, 2025
@AlexCode-dot AlexCode-dot merged commit 8577abc into main Jun 6, 2025
3 checks passed
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.

8.2 Login functionality

2 participants