cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Add scope property to policy #687

Closed piotr-dulikowski closed 6 years ago

piotr-dulikowski commented 6 years ago

An alternative to is_domain_owner (https://github.com/cloudwan/gohan/pull/686)

piotr-dulikowski commented 6 years ago

Ran gofmt on policy.go and changed "pass" to "match (on)" in new tests.

piotr-dulikowski commented 6 years ago

Squashed commits, waiting for CI