Search
auth
v1.6.6
v1.6.2
v1.6.0
v1.3.1
v1.3.0
v1.2.4
v1.2.2
v1.2.1
v1.2.0
Pages
Modules
Auth
Auth.Apikey
Summary
Functions
changeset/2
create_api_key/1
create_apikey/1
decode_decrypt/1
decrypt_api_key/1
encrypt_encode/1
get_apikey_by_app_id/1
update_apikey/2
Auth.App
Summary
Functions
change_app/2
create_app/1
delete_app/1
get_app!/1
list_apps/0
list_apps/1
update_app/2
Auth.Email
Summary
Functions
sendemail/1
Auth.Init
Summary
Functions
create_admin/0
create_apikey_for_admin/1
main/0
Auth.InitRoles
Summary
Functions
create_default_roles/0
roles/0
Auth.InitStatuses
Summary
Functions
insert_statuses/0
statuses/0
Auth.Log
Summary
Functions
error/2
get_all/0
info/2
insert/2
insert_log/1
stringify/1
Auth.PeopleRoles
Summary
Functions
get_by_id/1
get_record/2
get_roles_for_person/1
get_roles_for_person_for_app/2
insert/4
list_people_roles/0
revoke/2
upsert/4
Auth.Permission
Summary
Functions
change_permission/2
create_permission/1
delete_permission/1
get_permission!/1
list_permissions/0
update_permission/2
Auth.Person
Summary
Functions
changeset/2
create_github_person/1
create_google_person/1
create_person/1
decrypt/1
decrypt_email/1
delete/1
get_list_of_people/0
get_person_by_email/1
get_person_by_id/1
get_status_verified/0
login_register_changeset/1
password_new_changeset/1
put_email_status_verified/1
transform_github_profile_data_to_person/1
transform_google_profile_data_to_person/1
upsert_person/1
verify_person_by_id/1
Auth.Plugs.IsOwner
Summary
Functions
is_owner/2
Auth.Release
Summary
Functions
migrate/0
rollback/2
Auth.Repo
Summary
Functions
aggregate/3
aggregate/4
all/2
checked_out?/0
checkout/2
child_spec/1
config/0
default_options/1
delete/2
delete!/2
delete_all/2
exists?/2
explain/3
get/3
get!/3
get_by/3
get_by!/3
get_dynamic_repo/0
in_transaction?/0
insert/2
insert!/2
insert_all/3
insert_or_update/2
insert_or_update!/2
load/2
one/2
one!/2
preload/3
prepare_query/3
put_dynamic_repo/1
query/3
query!/3
reload/2
reload!/2
rollback/1
start_link/1
stop/1
stream/2
to_sql/2
transaction/2
update/2
update!/2
update_all/3
Auth.Role
Summary
Functions
change_role/2
create_role/1
delete_role/1
get_role!/1
get_role!/2
list_role_ids_for_app/1
list_roles/0
list_roles_for_app/1
list_roles_for_apps/1
strip_meta/1
update_role/2
upsert_role/1
Auth.Session
Summary
Functions
changeset/2
end_session/1
get/1
get_by_id/1
insert/2
start_session/2
update_session_end/1
Auth.Status
Summary
Functions
create_status/2
list_statuses/0
upsert_status/1
Auth.UserAgent
Summary
Functions
assign_ua/1
get_by/2
get_user_agent_id/1
make_ua_string/1
upsert/1
AuthWeb
Summary
Functions
__using__/1
channel/0
controller/0
live_component/0
live_view/0
router/0
view/0
AuthWeb.ApiController
Summary
Functions
approles/2
end_session/2
personroles/2
AuthWeb.AppController
Summary
Functions
create/2
delete/2
edit/2
index/2
new/2
resetapikey/2
show/2
update/2
AuthWeb.AppView
Summary
Functions
__resource__/0
render/2
template_not_found/2
AuthWeb.AuthController
Summary
Functions
add_jwt_url_param/4
admin/2
append_client_id/2
client_id_valid?/2
error/3
get_app_id/1
get_client_id_from_state/1
get_client_secret/2
get_client_secret_from_state/1
get_referer/1
github_handler/2
google_handler/2
handler/3
index/2
login_register_handler/2
logout/2
make_verify_link/3
not_found/2
password_create/2
password_prompt/2
redirect_or_render/3
render_login_buttons/2
render_password_form/5
session_data/2
unauthorized/2
verify_email/2
AuthWeb.AuthView
Summary
Functions
__resource__/0
render/2
template_not_found/2
AuthWeb.Endpoint
Summary
Functions
broadcast/3
broadcast!/3
broadcast_from/4
broadcast_from!/4
call/2
child_spec/1
config/2
config_change/2
host/0
init/1
local_broadcast/3
local_broadcast_from/4
path/1
script_name/0
start_link/1
static_integrity/1
static_lookup/1
static_path/1
static_url/0
struct_url/0
subscribe/2
unsubscribe/1
url/0
AuthWeb.ErrorHelpers
Summary
Functions
error_tag/2
translate_error/1
AuthWeb.ErrorView
Summary
Functions
__resource__/0
error_message/1
render/2
template_not_found/2
AuthWeb.Gettext
Summary
Functions
dgettext/3
dgettext_noop/2
dngettext/5
dngettext_noop/3
dpgettext/4
dpgettext_noop/3
dpngettext/6
dpngettext_noop/4
gettext/2
gettext_comment/1
gettext_noop/1
handle_missing_bindings/2
handle_missing_plural_translation/6
handle_missing_translation/4
lgettext/5
lngettext/7
ngettext/4
ngettext_noop/2
pgettext/3
pgettext_noop/2
pngettext/5
pngettext_noop/3
AuthWeb.InitController
Summary
Functions
index/2
AuthWeb.InitView
Summary
Functions
__resource__/0
render/2
template_not_found/2
AuthWeb.LayoutView
Summary
Functions
__resource__/0
render/2
template_not_found/2
AuthWeb.PeopleController
Summary
Functions
index/2
show/2
AuthWeb.PeopleView
Summary
Functions
__resource__/0
capitalize/1
render/2
show_email/2
status_string/2
template_not_found/2
AuthWeb.PermissionController
Summary
Functions
create/2
delete/2
edit/2
index/2
new/2
show/2
update/2
AuthWeb.PermissionView
Summary
Functions
__resource__/0
render/2
template_not_found/2
AuthWeb.PingController
Summary
Functions
ping/2
AuthWeb.RoleController
Summary
Functions
create/2
delete/2
edit/2
grant/2
index/2
new/2
revoke/2
show/2
update/2
AuthWeb.RoleView
Summary
Functions
__resource__/0
app_link/1
render/2
template_not_found/2
AuthWeb.Router
Summary
Functions
api/2
auth/2
auth_optional/2
browser/2
call/2
init/1
AuthWeb.Router.Helpers
Summary
Functions
api_path/3
api_path/4
api_path/5
api_url/3
api_url/4
api_url/5
app_path/2
app_path/3
app_path/4
app_url/2
app_url/3
app_url/4
auth_path/2
auth_path/3
auth_url/2
auth_url/3
init_path/2
init_path/3
init_url/2
init_url/3
path/2
people_path/2
people_path/3
people_path/4
people_url/2
people_url/3
people_url/4
permission_path/2
permission_path/3
permission_path/4
permission_url/2
permission_url/3
permission_url/4
ping_path/2
ping_path/3
ping_url/2
ping_url/3
role_path/2
role_path/3
role_path/4
role_url/2
role_url/3
role_url/4
static_integrity/2
static_path/2
static_url/2
url/1
AuthWeb.Telemetry
Summary
Functions
child_spec/1
metrics/0
start_link/1
AuthWeb.UserSocket
Summary
Functions
connect/3
id/1
Settings
AuthWeb.PingController
(auth v1.6.6)
Link to this section
Summary
Functions
ping(conn, params)
Link to this section
Functions
Link to this function
ping(conn, params)
×