Rage Multiplayer - Authorization System
#ragemp #node.js #back-end #react.js #javascript
Excellent example of a simple authorization system written on Rage 1.0.
In the project, for convenience, the pattern of Singleton was applied, authorization was carried out in 3 stages - Registration, mail confirmation, authorization.
For data storage, a relational database was used - MySQL, which is justified by the need to work quickly on Linux, and also by a large amount of data.
The project implemented the mail service to send letters to the mail for verification of users.
Excellent example of a simple authorization system written on Rage 1.0.
In the project, for convenience, the pattern of Singleton was applied, authorization was carried out in 3 stages - Registration, mail confirmation, authorization.
For data storage, a relational database was used - MySQL, which is justified by the need to work quickly on Linux, and also by a large amount of data.
The project implemented the mail service to send letters to the mail for verification of users.