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

https://github.com/mensenvau/open_source_nodejs_auth

Auth example nodeJs
https://github.com/mensenvau/open_source_nodejs_auth

authentication example nodejs open-source

Last synced: 4 months ago
JSON representation

Auth example nodeJs

Awesome Lists containing this project

README

          

# auth-test
auth-test

```app/router-token``` bu yerda token bilan
ishlashga namuna.

```app/router-session``` bu yerda session bilan ishlashga namuna.

```sql/sqlcode.sql``` sql baza bu yerda.

```
config/config.json bu yerda barcha configlar

{
"DB": {
"host": "localhost",
"username": "root",
"password": "@Aa123456",
"database": "authtest"
},
"APP": {
"PORT": "5050"
}
}

```

```app/middleware``` ikki xil auth tekshrish mavjud.

### TUGADI