Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 758 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 758 Bytes

protection

For more information on protecting your API, see our documentation.

  • jwt-claims shows how JWT claims can be used for field arguments.
  • jwt-claims-dbquery shows using JWT claims to control what can be accessed from a database.
  • makeAllPublic shows how you can easily make all Query fields public, thus resulting in a public endpoint.
  • makeSomePublic shows how you can make fields public, and some private (which can still be accessed using your admin or service keys).
  • simpleABACSample shows how to control access to fields using JWT claims.