Skip to content

prkprime/rust_auth_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Api Example

test using follwing commands

Register

 curl -i -H "Content-Type: application/json"  -d '{"username":"username","password":"password"}' http://0.0.0.0:6969/api/v1/register

login

 curl -i -H "Content-Type: application/json"  -d '{"username":"username","password":"password"}' http://0.0.0.0:6969/api/v1/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages