Skip to content

Not reinventing the wheel, but re-implementing it

Notifications You must be signed in to change notification settings

tipsysquid/ThirdWheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple api backed by mongo

This is a demo application. WIP.

"Create account"
/accounts/create
	email:String(unique)
	password:String

"Add Key to account"
/key/add
	email:String(unique)
	password:String
	key:String

"Create key for a specific account"
/key/create
	email:String(unique)
	password:String

"Verify the signature of a message belongs to a particular account."
/key/verisig
	email:String(unique)
	password:String
	message:String

About

Not reinventing the wheel, but re-implementing it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published