Releases: RxCP/rxcp
Releases · RxCP/rxcp
v1.0.0-alpha
The Alpha version is primarily dedicated to establishing the fundamental API functionalities. These include the following:
Admin API
- Authentication
- User Profile
- Users
- Roles
- Permissions
- RO Accounts
- RO Characters
- RO Server
- RO Guilds
Client API
- Authentication
- User Profile
- RO Accounts
Features Added
- Mailer, for sending emails (supported: SMTP, Mailgun)
- Caching data, for speed and performance. (using Redis)
- Master Account system
- Powerful filtering of a collection, sorting, and pagination
- Security, secured pages/routes, sensitive data are not visible to the public even on the admin, added rate limiting to prevent evil users from spamming, and enabled CORS so only the allowed client can request.
- Role-Based Access Control, each user has a role with permissions.
- Env-based config, no need to modify the source code just to change the configuration. All configs can be changed via
.env - and many more...
API Documentation: https://documenter.getpostman.com/view/390924/VUjSGPdG
Full Changelog: https://github.com/RxCP/rxcp/commits/v1.0.0-alpha