diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | public/assets/digiid-logo.png | bin | 0 -> 135882 bytes |
3 files changed, 4 insertions, 1 deletions
@@ -98,7 +98,6 @@ dist # Gatsby files .cache/ # Add node_modules/ and logs to the ignore list if they aren't already there -public .tmp .idea .vscode @@ -2,6 +2,10 @@ A demonstration application showcasing the integration of the [`digiid-ts`](https://github.com/pawelzelawski/digiid-ts) library for Digi-ID authentication. This project provides a simple, responsive web application with a React frontend and Express backend, demonstrating the complete Digi-ID authentication flow. +## Live Demo + +You can view a live demo of this application deployed here: [https://digi-id.pzelawski.dev/](https://digi-id.pzelawski.dev/) + ## Features - **Digi-ID Authentication**: Complete implementation of the Digi-ID authentication protocol diff --git a/public/assets/digiid-logo.png b/public/assets/digiid-logo.png Binary files differnew file mode 100644 index 0000000..ebe1099 --- /dev/null +++ b/public/assets/digiid-logo.png |