This repository is for development of FHIR Auth server's frontend. FHIR Auth frontend is not a standalone application but a user interface for the FHIR Auth server.
Read more about FHIR Auth server
- Repositroy - https://github.com/zemantic/fhir-auth
- Website - https://zemantic.co/fhir-auth
FHIR Auth is a robust authenthication and authorization server to be used alongside with a FHIR server.
Documentation can be found for FHIR auth server and FHIR auth frontend here - https://zemantic.co/docs/
  git clone https://github.com/zemantic/fhir-auth-frontend
  cd fhir-auth-frontendnpm installnpm run devnpm run buildMore details about setting up FHIR Auth server and frontend can be found in documentation page
FHIR Auth frontend is developed with Vue3 and ViteJs.