Skip to content

zungx/auth-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-simple

Login

curl --location --request POST 'http://localhost:5000/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "zungx",
    "password": "123456"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published