Skip to content

Instantly share code, notes, and snippets.

@lforite
Created October 22, 2021 07:41
Show Gist options
  • Save lforite/67cb943ef88edf8032bc509406bc6985 to your computer and use it in GitHub Desktop.
Save lforite/67cb943ef88edf8032bc509406bc6985 to your computer and use it in GitHub Desktop.
Scala web series Pt. 1 authorization predicate
trait AuthorizationPredicate {
def evaluate(token: Token): Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment