{"id":30569305,"url":"https://github.com/nanhtuan30/keycloak_frontend","last_synced_at":"2026-04-29T16:03:35.006Z","repository":{"id":311706640,"uuid":"1044377768","full_name":"nanhtuan30/keycloak_frontend","owner":"nanhtuan30","description":"Fullstack project with Angular (17.3.17) frontend and Spring Boot (3.5.5) backend integrated with Keycloak (26.3.1) for authentication and authorization.","archived":false,"fork":false,"pushed_at":"2025-09-12T07:47:27.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-18T08:12:43.697Z","etag":null,"topics":["angular","authentication","authorization","jwt","keycloak","security","spring-boot","sso"],"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/nanhtuan30.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-25T15:36:29.000Z","updated_at":"2025-09-12T07:47:30.000Z","dependencies_parsed_at":"2025-09-03T03:24:30.046Z","dependency_job_id":null,"html_url":"https://github.com/nanhtuan30/keycloak_frontend","commit_stats":null,"previous_names":["nanhtuan30/keycloak_frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nanhtuan30/keycloak_frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanhtuan30%2Fkeycloak_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanhtuan30%2Fkeycloak_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanhtuan30%2Fkeycloak_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanhtuan30%2Fkeycloak_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanhtuan30","download_url":"https://codeload.github.com/nanhtuan30/keycloak_frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanhtuan30%2Fkeycloak_frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","authentication","authorization","jwt","keycloak","security","spring-boot","sso"],"created_at":"2025-08-28T20:01:33.394Z","updated_at":"2026-04-29T16:03:35.002Z","avatar_url":"https://github.com/nanhtuan30.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖥️ KeycloakFrontend\n\nThis project was generated with [**Angular CLI**](https://github.com/angular/angular-cli) frontend version 17.3.17. It integrated with a [**Spring Boot**](https://start.spring.io/) backend version 3.5.5 and [**Keycloak**](https://www.keycloak.org/downloads) version 26.3.1 for authentication and authorization. \n\n## 🚀 Features\n- User login \u0026 logout with Keycloak (SSO).\n- Token-based authentication using **JWT**.\n- Role-based access control (RBAC).\n- Protected routes with **AuthGuard**.\n- HTTP Interceptor to attach tokens automatically.\n- User registration and profile integration.\n\n## 🛠️ Tech Stack\n- [Angular](https://angular.io/) 17.3.17 (standalone components)\n- [Keycloak](https://www.keycloak.org/) 26.3.1\n- [TypeScript](https://www.typescriptlang.org/)\n- [RxJS](https://rxjs.dev/)\n- [Bootstrap / Tailwind] (optional UI styling)\n\n## 📦 Installation\n```\n# Install dependencies\nnpm install\n```\n\n## 💿 Development Setup\n\n### Prerequisites\n\n- Install [Node.js] which includes [Node Package Manager][npm]\n\n### Setting Up a Project\n\nInstall the Angular CLI globally:\n\n```\nnpm install -g @angular/cli\n```\n\nCreate workspace:\n\n```\nng new keycloak-frontend\n```\n\nRun the application:\n\n```\ncd keycloak-frontend\nng serve\n```\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## 👩‍💻 Code scaffolding\n\nGenerate a new component.\n\n```\nng generate component component-name\n```\n\nFor example: `ng generate component login` to generate a login component, which creates files with extensions like `.html` (for the template), `.scss` (for the stylesheet), and `.ts` (for the TypeScript class).\n\nYou can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## 🛠️ Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## 🛎️ Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## 🛎️ Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## 🆘 Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanhtuan30%2Fkeycloak_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanhtuan30%2Fkeycloak_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanhtuan30%2Fkeycloak_frontend/lists"}