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

https://github.com/softspiders/express-basicauth-starter

Minimalistic basic-authentication starter on Express
https://github.com/softspiders/express-basicauth-starter

auth basic-auth express js min node security server softspiders ss starter template

Last synced: about 2 months ago
JSON representation

Minimalistic basic-authentication starter on Express

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# express-basicauth-starter

Minimalistic basic authentication starter on Express

---

## Feature tags

- basic-auth
- express
- node
- starter
- template

---

## Authors

[Danila Asoyan](https://github.com/Danilkashtan)

---

## Install

```
npm i
```

---

## Run

In first command prompt run server:

```
npm run start:server
```

In second command prompt run client:

```
npm run start:client
```

If the starter has worked correctly, in command prompt you should see:

```
Unauthorized
{ method: 'GET' }
```

---

### License

Licensed under the [MIT license](./LICENSE).