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-frontend
npm install
npm run dev
npm run build
More details about setting up FHIR Auth server and frontend can be found in documentation page
FHIR Auth frontend is developed with Vue3 and ViteJs.