1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 06:20:38 +00:00

apiauth add more comments & improve

This commit is contained in:
astaxie
2014-08-28 10:05:02 +08:00
parent 5a087b28d2
commit 50a21d60c1
2 changed files with 29 additions and 9 deletions

View File

@ -27,6 +27,7 @@
//
//
// Advanced Usage:
//
// func SecretAuth(username, password string) bool {
// return username == "astaxie" && password == "helloBeego"
// }