asobi_auth_controller (asobi v0.35.4)
View SourceSummary
Functions
-spec login(cowboy_req:req()) -> {json, map()} | {json, integer(), map(), map()}.
-spec logout(cowboy_req:req()) -> {json, integer(), map(), map()}.
-spec refresh(cowboy_req:req()) -> {json, map()} | {json, integer(), map(), map()}.
-spec register(cowboy_req:req()) -> {json, map()} | {json, integer(), map(), map()}.