feat: test authentication
This commit is contained in:
parent
067da4fc26
commit
ba79261d1d
3 changed files with 335 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue