blob: 8665a22f378680e7f10fe21f86fc24a673856257 [file]
package express.auth
fun isAuthenticated(user: String): Boolean {
return user != "bob"
}