mod_auth using mnesia

Vance Shipley vances@REDACTED
Sat Feb 22 05:11:03 CET 2020


On Sat, Feb 22, 2020 at 11:59 AM Peter J Etheridge <petergi@REDACTED>
wrote:

> "The mod_auth(3) <https://erlang.org/doc/man/mod_auth.html> module
> provides for basic user authentication using ... Mnesia databases."
>
> how does
>
> mod_auth:add_user/6
>
> manage to
>
> mnesia:write/3
>
> ?
>
> i will be grateful for any URL to an example of how this is done.
>

install7/3
https://github.com/sigscale/usekeeper/blob/master/src/usekeeper_app.erl

add_user/2,4
https://github.com/sigscale/usekeeper/blob/master/src/usekeeper.erl

{inets, [{services, [{httpd, [{directory, {"/", [{auth_type, mnesia},...
https://github.com/sigscale/usekeeper/blob/master/sys.config.in


-- 
     -Vance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20200222/71aa5f68/attachment.htm>


More information about the erlang-questions mailing list