- Notifications
You must be signed in to change notification settings - Fork0
sandylib/node-typescript-api-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
https://www.youtube.com/watch?v=Ujk3emNC6L0
curl -v localhost:3000/api/v1/home --cookie'sid=s%3A_zHhKduFB-uggbg8vEJ4XlZoAlsDkRdT.nE%2FxxAvYDuBg22wJ%2BO7A8evKnrUllgg3Ar7gJq9NhEY'curl POST localhost:3000/api/v1/login -H'Content-Type: application/json' \ -d'{"email": "sandy@gmail.com", "password": "Secret12"}'curl -v -X POST localhost:3000/api/v1/register -H'Content-Type: application/json' \ -d'{"email": "sandy@gmail.com", "name": "sandy", "password": "Secret12", "passwordConfirmation": "Secret12"}'curl -v -X POST localhost:3000/api/v1/register -H'Content-Type: application/json' \ --cookie'sid=s%3ACuKP7VRYH1IRgG_jq_RP6daWnPPPYyhd.X0ErxoIqbgqLkW3wmO4QnTvxp55YDFafwKNJ%2Bmt5m0Y'
dockerexec -it node-au_db_1 mongo -u admin -p secret authdockerexec -it node-au_cache_1 redis-cli -a secretscan 0// to see the session infomationget"sess:CuKP7VRYH1IRgG_jq_RP6daWnPPPYyhd"// to see session expiredtimettl"sess:CuKP7VRYH1IRgG_jq_RP6daWnPPPYyhd"
//querydb.users.find({}).pretty()//deletedb.users.deleteMany({})About
node-auentication-api
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.