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
- Host: GitHub
- URL: https://github.com/mensenvau/open_source_nodejs_auth
- Owner: mensenvau
- Created: 2021-10-24T17:18:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T18:39:10.000Z (over 4 years ago)
- Last Synced: 2025-06-06T05:34:11.535Z (8 months ago)
- Topics: authentication, example, nodejs, open-source
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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