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

feat(auth): Sign In, Sign Up, Reset Password #12

Merged
merged 108 commits into from
Aug 17, 2024

Conversation

Krr0ptioN
Copy link
Owner

@Krr0ptioN Krr0ptioN commented May 7, 2024

Descriptions

Tasks

  • Unit test
  • E2e Test

Issues

Changes

  • feat(api): parse cookie
  • feat(api): add users module to api
  • feat(data-acess): neon data acess
  • feat(types): common types and abstraction library
  • feat(types): entity repository interface
  • feat(users): users entity management and mutation
  • feat(config): server configuration library
  • feat(security): core library for security measurements and metrics
  • feat(security): api authentication, signup, signin, signout
  • test: definable controllers for authentication module controllers
  • improve: exclude secret and critical informations from return type of users service
  • chore(users): services mock for testing
  • remove: signout is useless and uncessary endpoint
  • improve: more meaningful service name
  • feat: higher restrictive rules for signin and signup password property
  • test(security): auth services
  • chore: avoiding arrow functions in class
  • docs(security): password service password reset attempt verify
  • chore: correct naming
  • feat(mail): mail service with resend
  • feat(security): send mail for password reset confirmation
  • test(security): pasword service
  • feat: api tags and metadata for swagger
  • fix: add mail module to auth
  • feat(security): revoking tokens and determining whether token is revoked
  • test(security): token service
  • feat: shared utils library
  • chore: eslint plugin for nestjs
  • chore: packages and configurations
  • refact: move the schemas of neon drizzle database access to one file
  • chore: reorganize package depenecies

Copy link

sonarcloud bot commented Aug 17, 2024

@Krr0ptioN
Copy link
Owner Author

Certainly a very bad quality PR

@Krr0ptioN Krr0ptioN marked this pull request as ready for review August 17, 2024 22:36
@Krr0ptioN Krr0ptioN merged commit c1d5225 into main Aug 17, 2024
8 checks passed
@Krr0ptioN Krr0ptioN deleted the feat/user-auth-signup-signin branch August 17, 2024 22:37
@Krr0ptioN Krr0ptioN linked an issue Sep 8, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign up and Login page Signup/Signin page for user registration and authentication
1 participant