feathers-authentication-management
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
파일 탐색기
최종 버전 다운로드 (.zip)- node.js.yml
- contributing.md
- issue_template.md
- pull_request_template.md
- launch.json
- settings.json
- Tab.vue
- Tabs.vue
- custom.css
- index.ts
- Layout.vue
- store.ts
- components.d.ts
- config.mts
- meta.ts
- resendVerifySignup.png
- sendResetPwd.png
- favicon.ico
- logo.png
- logo.svg
- best-practices.md
- configuration.md
- getting-started.md
- index.md
- migration.md
- overview.md
- process-flows.md
- service-calls.md
- service-hooks.md
- vite.config.ts
- default.json
- production.json
- test.json
- authmgmt.html
- favicon.ico
- index.html
- index.js
- auth-management.class.js
- auth-management.hooks.js
- auth-management.service.js
- auth-management.utils.js
- mailer.class.js
- mailer.hooks.js
- mailer.service.js
- users.class.js
- users.hooks.js
- users.model.js
- users.service.js
- index.js
- app.hooks.js
- app.js
- authentication.js
- channels.js
- index.js
- logger.js
- sequelize.js
- auth-management.test.js
- mailer.test.js
- users.test.js
- app.test.js
- authentication.test.js
- .editorconfig
- .eslintrc.json
- .gitignore
- package.json
- ChangePassword.vue
- ForgotPassword.vue
- Login.vue
- Readme.md
- router.js
- Signup.vue
- VerifyMail.vue
- clone-object.ts
- compare-passwords.ts
- crypto.ts
- date-or-number-to-number.ts
- get-long-token.ts
- get-short-token.ts
- get-user-data.ts
- hash-password.ts
- index.ts
- notify.ts
- random-bytes.ts
- random-digits.ts
- sanitize-user-for-client.ts
- sanitize-user-for-notifier.ts
- add-verification.ts
- index.ts
- is-verified.ts
- remove-verification.ts
- check-unique.ts
- identity-change.ts
- password-change.ts
- resend-verify-signup.ts
- reset-password.ts
- send-reset-pwd.ts
- verify-signup-set-password.ts
- verify-signup.ts
- AuthenticationManagementBase.ts
- AuthenticationManagementService.ts
- CheckUniqueService.ts
- IdentityChangeService.ts
- index.ts
- PasswordChangeService.ts
- ResendVerifySignupService.ts
- ResetPwdLongService.ts
- ResetPwdShortService.ts
- SendResetPwdService.ts
- VerifySignupLongService.ts
- VerifySignupSetPasswordLongService.ts
- VerifySignupSetPasswordShortService.ts
- VerifySignupShortService.ts
- client.ts
- index.ts
- options.ts
- setupAuthManagement.ts
- types.ts
- date-or-number-to-number.test.ts
- add-verification.test.ts
- is-verified.test.ts
- remove-verification.test.ts
- check-unique.test.ts
- identity-change.test.ts
- password-change.test.ts
- resend-verify-signup.test.ts
- reset-pwd-long.test.ts
- reset-pwd-short.test.ts
- send-reset-pwd.test.ts
- verify-signup-long.test.ts
- verify-signup-set-password-long.test.ts
- verify-signup-set-password-short.test.ts
- verify-signup-short.test.ts
- about-equal-date-time.ts
- authenticationService.ts
- basic-spy.ts
- config.ts
- index.ts
- make-date-time.ts
- client.test.ts
- errors-async-await.test.ts
- helpers.test.ts
- randoms.test.ts
- scaffolding.test.ts
- spy-on.test.ts
- types.ts
- .codeclimate.yml
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .mocharc.js
- .nvmrc
- .nycrc
- CHANGELOG.md
- development.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.test.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/feathersjs-ecosystem/feathers-authentication-management
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd feathers-authentication-management
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
