https://github.com/is2ei/_issues_fastify_fastify-passport_630
https://github.com/is2ei/_issues_fastify_fastify-passport_630
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/is2ei/_issues_fastify_fastify-passport_630
- Owner: is2ei
- License: mit
- Created: 2023-07-05T13:50:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:11:20.000Z (almost 3 years ago)
- Last Synced: 2026-02-14T05:40:16.603Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_issues_fastify_fastify-passport_630
===
https://github.com/fastify/fastify-passport/issues/630
## Getting started
#### 1) Start dev server
```
npm i
npm start
```
#### 2) Access to the endpoint
http://127.0.0.1:8000?username=hello&password=world
You will see `Invalid password` response.