Skip to content

v0.2.0

Choose a tag to compare

@Aluchir Aluchir released this 15 Jun 16:54
· 11 commits to main since this release

What is new in v0.2.0

Auth-as-a-Service commands

New fdb auth subcommand group for managing per-database authentication:

  • fdb auth enable <service-id> - Enable auth for a service
  • fdb auth get <service-id> - Show current auth configuration
  • fdb auth disable <service-id> - Disable auth for a service
  • fdb auth rotate-key <service-id> - Rotate the signing key
  • fdb auth revoke-session <service-id> <session-id> - Revoke a specific session

Social login providers

  • fdb auth social add <service-id> --provider google --client-id ... --client-secret ...
  • fdb auth social remove <service-id> --provider google
  • fdb auth social list <service-id>

Installation

Download the binary for your platform below.