Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
83c7cd0059bdbe40a044e1587a50e84ed4652226
/
.
/
examples
/
node
/
express
/
auth
/
Auth.kt
blob: 8665a22f378680e7f10fe21f86fc24a673856257 [
file
]
package
express
.
auth
fun isAuthenticated
(
user
:
String
):
Boolean
{
return
user
!=
"bob"
}