feat: test authentication

This commit is contained in:
Moritz 2025-07-23 00:26:06 +02:00
parent 067da4fc26
commit ba79261d1d
Signed by: moritz
GPG key ID: 1020A035E5DD0824
3 changed files with 335 additions and 23 deletions

View file

@ -15,6 +15,8 @@ defmodule Mv.Accounts do
define :list_users, action: :read
define :update_user, action: :update_user
define :destroy_user, action: :destroy
define :create_register_with_rauthy, action: :register_with_rauthy
define :read_sign_in_with_rauthy, action: :sign_in_with_rauthy
end
resource Mv.Accounts.Token