Module controller_authentication

Handle HTTP authentication of users.

Copyright © 2019-2021 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Handle HTTP authentication of users.

Function Index

allowed_methods/1
content_types_accepted/1
content_types_provided/1
process/4
service_available/1

Function Details

allowed_methods/1

allowed_methods(Context) -> any()

content_types_accepted/1

content_types_accepted(Context) -> any()

content_types_provided/1

content_types_provided(Context) -> any()

process/4

process(X1, AcceptedCT, ProvidedCT, Context) -> any()

service_available/1

service_available(Context) -> any()


Generated by EDoc