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