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(server): new authentication implements #897

Merged
merged 6 commits into from
Mar 19, 2023

Conversation

sulnong
Copy link
Collaborator

@sulnong sulnong commented Mar 14, 2023

implements new authentication

apis

  • /v1/auth/phone/sms/code
  • /v1/auth/phone/signin
  • /v1/auth/passwd/signup
  • /v1/auth/passwd/signin
  • /v1/auth/passwd/reset
  • /v1/auth/providers

@sulnong sulnong marked this pull request as ready for review March 16, 2023 02:02
@sulnong sulnong requested a review from maslow March 16, 2023 02:02
server/src/auth/dto/bind-phone.dto.ts Show resolved Hide resolved
server/src/auth/dto/passwd-signin.dto.ts Outdated Show resolved Hide resolved
server/src/auth/dto/passwd-signin.dto.ts Outdated Show resolved Hide resolved
server/src/auth/dto/passwd-signup.dto.ts Outdated Show resolved Hide resolved
server/src/auth/phone/phone.controller.ts Outdated Show resolved Hide resolved
server/package.json Show resolved Hide resolved
@maslow maslow changed the title feat(authentication): new authentication implements feat(server): new authentication implements Mar 19, 2023
@maslow maslow merged commit c4e3cf8 into labring:main Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants