openfga / spring-boot-starter

A Spring Boot Starter for OpenFGA
Apache License 2.0
26 stars 6 forks source link

feat: add example application #33

Closed jimmyjames closed 5 months ago

jimmyjames commented 5 months ago

Description

Adds a simple example application that uses the FGA Spring Boot Starter. Features:

This change does not add any tests; https://github.com/jimmyjames/fga-spring-examples has some great examples of writing tests and using the FGA test container; we'll create another issue to do something similar here (may be a good opportunity for a community contribution 😄).

Closes #5

References

5

Review Checklist

jimmyjames commented 5 months ago

Fossa checks failing, likely false warnings re. licenses, will need to review them.

jimmyjames commented 5 months ago

Due to some fossa license issues with hibernate (uses LPGL), using spring-data-jpa and its h2 is likely going to be problematic (until/if hibernate switches to apache 2.0 as discussed). Closing this PR to rework to remove those dependencies, and also because this PR uses the multi-module structure which we removed due to nexus plugin issues.