Skip to content

Commit

Permalink
Merge pull request #139 from ueberauth/fix-changeset-func
Browse files Browse the repository at this point in the history
remove changeset callback
  • Loading branch information
yordis committed Sep 11, 2023
2 parents 38dd6ec + 5d0c43d commit e8d2f15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/guardian/db/adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ defmodule Guardian.DB.Adapter do
@typep opts :: keyword()
@typep id :: pos_integer() | binary() | Ecto.UUID.t()

@doc """
Optional callback for creating a changeset
"""
@callback changeset(map(), opts()) :: changeset()

@doc """
Retrieves JWT token
Used in `Guardian.DB.Token.find_by_claims/1`
Expand Down

0 comments on commit e8d2f15

Please sign in to comment.