spring-boot-starter
spring-boot-starter copied to clipboard
A Spring Boot Starter for OpenFGA
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.1 to 4.4.0. Release notes Sourced from gradle/actions's releases. v4.4.0 This release updates 2 downstream components: Develocity injection has been updated to v2.0 Some environment variables related...
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.6.0 to 1.7.0. Release notes Sourced from fossas/fossa-action's releases. v1.7.0 What's Changed Adds an optional working directory option to change where FOSSA analyzes. Commits 3ebcea1 Working directory...
When do you think is possible to release the version 1.0.0 What is missing? How can I help? Actually updating an existing project from the 0.1.0 to the 0.2.0 is...
It also supports `ConnectionDetails` for upcoming Testcontainers and Docker Compose service connection support.
Spring Boot provides support for [Database initialization](https://docs.spring.io/spring-boot/how-to/data-initialization.html#howto.data-initialization.using-basic-sql-scripts) such that if schema.sql or data.sql are found on the classpath they are imported into the database. It would be nice if OpenFGA...
It would be nice to add OpenFGA [Service Connection](https://docs.spring.io/spring-boot/reference/testing/testcontainers.html#testing.testcontainers.service-connections) which will automatically map the OpenFGA Docker Container to the Spring Boot environment. An example can be found in the [fga-spring-example](https://github.com/jimmyjames/fga-spring-examples/commit/085ecbb802c8222fcb12b3260ea66c55504bc0dd).
This is a Minder automated pull request. This pull request adds a CodeQL workflow to the repository. For more information, see https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning
When making an FGA check, contextual tuples and/or a context parameter can be passed for more advanced authorization scenarios. **Contextual tuples** Contextual tuples can be sent in a check request...