doc: added comments and updated to latest ashautentication version and required changes
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
2c4af8c2a4
commit
e0f26c6164
19 changed files with 75 additions and 480 deletions
|
|
@ -1,4 +1,7 @@
|
|||
defmodule Mv.Accounts.Token do
|
||||
@moduledoc """
|
||||
AshAuthentication specific ressource
|
||||
"""
|
||||
use Ash.Resource,
|
||||
data_layer: AshPostgres.DataLayer,
|
||||
extensions: [AshAuthentication.TokenResource],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue