An open API service indexing awesome lists of open source software.

https://github.com/fmohican/noscoreregister

Register page with API for NosCore Emulator
https://github.com/fmohican/noscoreregister

nos noscore nostale nostale-emulator pgsql postgresql register

Last synced: 5 months ago
JSON representation

Register page with API for NosCore Emulator

Awesome Lists containing this project

README

          

# Under development
This script its just a simple and secure register for [NosCore](https://github.com/NosCoreIO/NosCore), soon with API support, you will can implement with any UI you want, via REST API.

## Requirement
- PHP 7.2 (equal or great)
- With Postgresql extenstion
- Fast-CGI its a plus
- Multiple Instance its also a plus
- Nginx (Recommanded) / Apache / Any Webserver
- Postgresql (this is also requirement for server)
- Google Account (for captcha)

### Todo
- Email notification
- ~~Anti abuse system~~
- Apache / Nginx / LiteSpeed optimization
- Better design?
- Log system?
- API Documentation
- API Implementation