canonical / ofga

A wrapper library over the default OpenFGA client, packed with convenience methods for interacting with OpenFGA instances.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Add bare minimum functionality #3

Closed aaronalphonso closed 1 year ago

aaronalphonso commented 1 year ago

Description

The aim is to have a single library implement the common logic for interacting with openFGA instances, so that other services don't have to reimplement this over and over. This PR adds some really minimalistic but still useful functionality. At this point the library provides:

More convenience methods will be added subsequently.

Many thanks to the JAAS team for their work in canonical/jimm which serves as heavy inspiration for this library.

Closes CSS-4244