-
Notifications
You must be signed in to change notification settings - Fork 12
Subscriber Module
The subscriber module handles all aspects of flowsim user management including registration, account management, and authentication. The module is composed of three internal components:
-
Subscriber View - The subscriber service interface which handles input validation and triggers business logic
-
[Subscriber Storage] (https://github.com/flowgrammable/flowsim/wiki/Subscriber-Storage) - Responsible for persisting the subscriber model in a database
-
[Subscriber Controller] (https://github.com/flowgrammable/flowsim/wiki/Subscriber-Lifecycle) - Handles subscriber business logic
[Home] (https://github.com/flowgrammable/flowsim/wiki)
[Subscriber Module] (https://github.com/flowgrammable/flowsim/wiki/Subscriber-Module)
[Packet Module] (https://github.com/flowgrammable/flowsim/wiki/packet-module)
[Profile Module] (https://github.com/flowgrammable/flowsim/wiki/profile-module)
[Switch Module] (https://github.com/flowgrammable/flowsim/wiki/Switch-Module)
[Database Module] (https://github.com/flowgrammable/flowsim/wiki/Database-Result-and-Error)
[Server Module] (https://github.com/flowgrammable/flowsim/wiki/Server-Module)
[Function Results] (https://github.com/flowgrammable/flowsim/wiki/Function-Results)
[Development Guidelines] (https://github.com/flowgrammable/flowsim/wiki/General-Guidelines)