projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Minor setting name adjustment (:app_template -> :app_layout).
[akkoma]
/
lib
/
pleroma
/
web
/
oauth
/
authenticator_adapter.ex
1
defmodule Pleroma.Web.AuthenticatorAdapter do
2
alias Pleroma.User
3
4
@callback get_user(Plug.Conn.t()) :: {:ok, User.t()} | {:error, any()}
5
6
@callback handle_error(Plug.Conn.t(), any()) :: any()
7
end