This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
auth
mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
Watch
1
Star
0
Fork
You've already forked auth
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3d2bb613bd
auth
/
opa
/
user
/
user1.rego
8 lines
84 B
Plaintext
Raw
Blame
History
package user.me
default allow := false
allow := true {
input.user == "jean"
}
Reference in New Issue
View Git Blame
Copy Permalink