AuthWeb.PeopleController (auth v1.6.6)

Defines People controller functions

Link to this section Summary

Functions

index/2 lists all the people who have authenticated with the auth app.

show/2 shows the profile of a person with all relevant info.

Link to this section Functions

Link to this function

index(conn, params)

index/2 lists all the people who have authenticated with the auth app.

Link to this function

show(conn, params)

Specs

show(Plug.Conn.t(), map()) :: Plug.Conn.t()

show/2 shows the profile of a person with all relevant info.