An open API service indexing awesome lists of open source software.

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

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.