Skip to content

ovarz/cobablue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

################################# OAuth 2.0 #################################
# OAuth 2.0 Documentation Project Blue Nexia								# 
#############################################################################

##### REQUEST TOKEN #####
http://localhost:3232/?api=culck&act=auth&det=request_token

##### LOGIN #####
http://localhost:3232/?api=culck&act=login&det=logging

##### GET VPN #####
http://localhost:3232/?api=culck&act=vpn&det=get_vpn

############################ Introduction API ############################

1.	Post Uniqe Key to request token.
	- Consumer Key
	- Main Key
	- Secret Key
2.	After get token, keep the token to request something then post to request.
	- Request VPN
	- Request Login
3.	Type Request
	- Type 1	: To request VPN access
	- Type 2	: To request Login access 

########################### Tutorial to Use API ###########################

To request something neet post some parameter.

1.	Request Token
	- ckey (Consumer Key)
	- key (Main Key)
	- skey (Secret Key)
2.	Request VPN
	- token
3.	Request Login
	- token
	- email
	- passwd

Notes:	- Token will expire 10 minutes since the request
		- After you used the token, the token are unusable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • PHP 22.8%
  • CSS 7.9%
  • Other 0.9%