Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Secure login interface based on ReactJS and PHP API, designed with Material-UI. The PHP API server-side counts requests to the webserver - logs and blocks suspicious intruders.

License

NotificationsYou must be signed in to change notification settings

stutzerik/reactjs-php-login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure login interface based on ReactJS and PHP API, designed with Material-UI. The PHP API server-side counts requests to the webserver - logs and blocks suspicious intruders.

How it works?

PHP counts requests from an IP address that come from the ReactJS frontend. It records these requests in the MySQL database, and then, if too many are received (100/hour), it refuses PHP data processing. This prevents server overload.

Install

  • Backend: Copy the contents of the folder to the public folder of Apache2 (or another web server).
  • Database: Run the SQL code in the sql_dump file & create your database with it.
  • Frontend:
cd frontendnpm installnpm run buildnpm start

Open your browser inhttp://localhost:3000/

Functions

This is a small, symbolic project for a possible data security practice.

  • Login
  • Register
  • Logout
  • Welcome page

Licensing

Feel free to use it, but don't forget to mention the source. :)

About

Secure login interface based on ReactJS and PHP API, designed with Material-UI. The PHP API server-side counts requests to the webserver - logs and blocks suspicious intruders.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp