Add shared auth and identity APIs

This commit is contained in:
2026-03-16 21:07:26 +01:00
parent 987415d80c
commit 769177a63e
16 changed files with 590 additions and 27 deletions

View File

@@ -15,6 +15,10 @@ config :parrhesia, Parrhesia.Web.Endpoint,
config :parrhesia,
enable_expiration_worker: false,
moderation_cache_enabled: false,
identity: [
path: Path.join(System.tmp_dir!(), "parrhesia_test_identity.json"),
private_key: nil
],
features: [verify_event_signatures: false]
pg_host = System.get_env("PGHOST")