{"id":22850020,"url":"https://github.com/qloux/modern-auth-system","last_synced_at":"2025-03-31T06:27:48.024Z","repository":{"id":266009342,"uuid":"897100554","full_name":"qloux/modern-auth-system","owner":"qloux","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-02T03:04:30.000Z","size":14922,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T10:53:18.069Z","etag":null,"topics":["authentication","frontend","gradient-design","i18n","jwt","material-ui","modern-ui","multilingual","react","react-router","responsive-design","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qloux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-02T02:54:28.000Z","updated_at":"2024-12-02T03:13:46.000Z","dependencies_parsed_at":"2024-12-02T17:32:38.416Z","dependency_job_id":null,"html_url":"https://github.com/qloux/modern-auth-system","commit_stats":null,"previous_names":["qloux/modern-auth-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qloux%2Fmodern-auth-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qloux%2Fmodern-auth-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qloux%2Fmodern-auth-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qloux%2Fmodern-auth-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qloux","download_url":"https://codeload.github.com/qloux/modern-auth-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246426772,"owners_count":20775441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","frontend","gradient-design","i18n","jwt","material-ui","modern-ui","multilingual","react","react-router","responsive-design","typescript"],"created_at":"2024-12-13T05:06:09.389Z","updated_at":"2025-03-31T06:27:48.011Z","avatar_url":"https://github.com/qloux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Authentication System | Современная Система Аутентификации\n\n[English](#english) | [Русский](#русский)\n\n\u003ca name=\"english\"\u003e\u003c/a\u003e\n## 🌟 Modern Authentication System\n\nA modern, responsive authentication system built with React and TypeScript. This project showcases a beautiful user interface with smooth animations and transitions, perfect for modern web applications.\n\n### Features\n\n- **User Authentication**\n  - Login with email/password\n  - User registration\n  - Password recovery system\n  - Protected routes\n\n- **Modern UI/UX**\n  - Smooth page transitions\n  - Responsive design\n  - Beautiful gradient animations\n  - Form validation with error messages\n\n- **Internationalization**\n  - Multi-language support (English/Russian)\n  - Easy language switching\n\n### Technologies Used\n\n- **Frontend:**\n  - React 18\n  - TypeScript\n  - React Router v7\n  - Material-UI\n  - i18next for translations\n  - CSS Modules\n\n### Screenshots\n\n#### Login Page\n![Login Page](frontend/public/screenshots/login.png)\n\n#### Registration Page\n![Registration Page](frontend/public/screenshots/register.png)\n\n#### Password Recovery\n![Password Recovery](frontend/public/screenshots/forgot-password.png)\n\n#### Form Validation\n![Form Validation](frontend/public/screenshots/validation.png)\n\n### Installation and Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/qloux/modern-auth-system.git\n```\n\n2. Install dependencies:\n```bash\ncd frontend\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm start\n```\n\n4. Open http://localhost:3000 in your browser\n\n---\n\n\u003ca name=\"русский\"\u003e\u003c/a\u003e\n## 🌟 Современная Система Аутентификации\n\n### Возможности\n\n- **Аутентификация пользователей**\n  - Вход по email/паролю\n  - Регистрация пользователей\n  - Система восстановления пароля\n  - Защищенные маршруты\n\n- **Современный UI/UX**\n  - Плавные переходы между страницами\n  - Адаптивный дизайн\n  - Красивые градиентные анимации\n  - Валидация форм с сообщениями об ошибках\n\n- **Интернационализация**\n  - Поддержка нескольких языков (английский/русский)\n  - Удобное переключение языков\n\n### Использованные технологии\n\n- **Frontend:**\n  - React 18\n  - TypeScript\n  - React Router v7\n  - Material-UI\n  - i18next для переводов\n  - CSS Modules\n\n### Скриншоты\n\n#### Страница входа\n![Страница входа](frontend/public/screenshots/login.png)\n\n#### Страница регистрации\n![Страница регистрации](frontend/public/screenshots/register.png)\n\n#### Восстановление пароля\n![Восстановление пароля](frontend/public/screenshots/forgot-password.png)\n\n#### Валидация форм\n![Валидация форм](frontend/public/screenshots/validation.png)\n\n### Установка и запуск\n\n1. Клонируйте репозиторий:\n```bash\ngit clone https://github.com/qloux/modern-auth-system.git\n```\n\n2. Установите зависимости:\n```bash\ncd frontend\nnpm install\n```\n\n3. Запустите сервер разработки:\n```bash\nnpm start\n```\n\n4. Откройте http://localhost:3000 в браузере\n\n## 🔒 Функции безопасности\n- Хеширование паролей с помощью bcrypt\n- Аутентификация через JWT токены\n- Защищенные API маршруты\n- Валидация форм\n- CORS защита\n- HTTP-only куки\n\n## 🎨 Особенности дизайна\n- Адаптивный дизайн для всех размеров экранов\n- Плавные переходы между страницами\n- Интерактивные элементы форм\n- Состояния загрузки и анимации\n- Обработка ошибок в интерфейсе\n- Поддержка темной темы\n- Градиентные фоны\n\n## 👤 Автор\nqloux\n\nGitHub: [@qloux](https://github.com/qloux)\n\n## 📄 Лицензия\nЭтот проект распространяется под лицензией MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqloux%2Fmodern-auth-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqloux%2Fmodern-auth-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqloux%2Fmodern-auth-system/lists"}