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
- Host: GitHub
- URL: https://github.com/softspiders/express-basicauth-starter
- Owner: softspiders
- License: mit
- Created: 2020-02-05T13:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T02:03:02.000Z (about 6 years ago)
- Last Synced: 2025-03-05T07:35:12.566Z (over 1 year ago)
- Topics: auth, basic-auth, express, js, min, node, security, server, softspiders, ss, starter, template
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).