Skip to content

Lawlighty/linkSchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linkSchool

极客学院服务端(管理端/客户端)

服务端代码于master分支下

启动 ( server 文件夹下)

  • npm start -w admin (管理端)
  • npm start -w server (客户端)

server

用户注册 使用 bcryptjs

  • npm i bcryptjs
  • npm i @types/bcryptjs

passport 登录策略

  • npm i @nestjs/jwt (生成token)
  • npm i @nestjs/passport
  • npm i passport
  • npm i @types/passport
  • npm i passport-local (登录)
  • npm i @types/passport-local
  • npm i passport-jwt (获取token)
  • npm i @types/passport-jwt

About

极客学院服务端(管理端/客户端)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published