Skip to content

Make Temporary Hmac Token that Valid for 2-3 Hours Only without Database!

Notifications You must be signed in to change notification settings

gitrhs/hmac-without-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hmac-without-token

Make Temporary Token that Valid for 2-3 Hours without Database

  1. Set your secret key on "content.php" and "token.php" file.
  2. go to /yourwebsite.com/token.json?user={put user name here!} example: https://channel.mbed.cc/github/hmac/token.json?user=demo
  3. After you got the hmac, now you can access the content.php go to /yourwebsite.com/content.php?user={put user name here!}&token={put hmac that you got from token.php} example: https://channel.mbed.cc/github/hmac/content.php?user=demo&token={put-hmac-here}

About

Make Temporary Hmac Token that Valid for 2-3 Hours Only without Database!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages