/kyukey-lock

Mobile WebApp to access, manage and control the iot KyuKey lock.

Primary LanguageHTML

KyuKey Lock

Webapp to access, monitor and control KyuKey lock.
https://github.com/subodhk01/kyukey
And other Private repos

Auth APIs

BASE_URL = "kyukey-lock.herokuapp.com"

Login

POST BASE_URL/api/auth/login Required fields : username and password

Register

POST BASE_URL/api/auth/signup Required fields : username, email, password1 and password2

Delete

DELETE BASE_URL/api/user/delete Requires Auth Header :

{
  Authorization: "Token " + USER_TOKEN 
}

where USER_TOKEN is the auth token of user.