The Dudes Web Experience
 
 
Go to file
absc b06e7d9f50 Complete the registration API.
After some fight to decide on the right design, we finally have
a module to handle users details.

The API is JSON-based and it's documented on the top of the
dudeswave_handler.erl file.

The dudeswave_auth module, implements the functions that handle
things at the storage layer, as we would like to reuse those
capabilties in the future.

To add, the "delete" call doesn't handle removing the cookies for
the moment, It'll come with the next commit.

Additionally, after that, a related test suite will be added, in
order to start to test the whole thing locally.
2024-08-07 01:17:35 +02:00
cowboy Import cowboy. 2024-07-23 22:06:21 +02:00
cowlib Import cowlib. 2024-07-23 22:04:25 +02:00
dudeswave Complete the registration API. 2024-08-07 01:17:35 +02:00
ranch Import ranch. 2024-07-23 22:07:38 +02:00
storage This application will handle the mime types at the web request layer. 2024-08-02 23:05:41 +02:00