https://github.com/trapcodeio/xpresser-passport-local
Xpresser Passport local strategy Example
https://github.com/trapcodeio/xpresser-passport-local
Last synced: 9 months ago
JSON representation
Xpresser Passport local strategy Example
- Host: GitHub
- URL: https://github.com/trapcodeio/xpresser-passport-local
- Owner: trapcodeio
- Created: 2021-03-03T23:01:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T23:24:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T05:34:54.931Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Xpresser Passport (Local) Example.
Converted [this Example in express](https://github.com/passport/express-4.x-local-example) to xpresser's MVC structure
Using
- [Xpresser](xpresserjs.com) (Server)
- [XpressMongo](https://npmjs.org/package/xpress-mongo) (Database)
- [Passport Local Strategy](http://www.passportjs.org/packages/passport-local/) (Auth)
### Setup
- `yarn install`
- `xjs @ makeUsers`