From 7a8e70e9434e22b32e01c702a0048b048d526c24 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 15 Dec 2021 09:40:10 +0200 Subject: [PATCH] Updated Project Summary (markdown) --- Project-Summary.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Project-Summary.md b/Project-Summary.md index f63f314..cafe215 100644 --- a/Project-Summary.md +++ b/Project-Summary.md @@ -32,4 +32,10 @@ The project also improved our version control practices because in a project of Last but not least, the entire project was a big learning experience for all the team members as we had no prior experience with mobile application development or mobile authentication when we chose this project. This was a risk for us as it would have been easier to develop a web application because it is something that we have previously learnt and done in other courses such as Web Application Development. However, choosing a simpler project would have been less challenging and rewarding. The skills that we acquired while working on this project are certainly going to be useful in the future. ## Customer's opinion and future plans -Customer was satisfied with what we had finished. This section will be specified further, when we receive his official 'report' on us. +Mobile Authentication project fulfilled the purpose of the POC, demonstrating that web-eid is implementable in tandem with non-browser (not connected directly to the browser like an extension)authentication agents and it is reasonably simple and straightforward to integrate it with a website that has been updated to support web-eid. + +Next steps after the POC is to formalize the lessons learned when it comes to the web-eid protocol, the mobile app triggering protocol (custom URL handler format/QR format) and the web-eid.js library support for triggering non-extension agents via QR code generation and mobile app link generation, with some developer helpers to smoothly detect mobile environments. + +The app itself can be further improved with integrated QR code reader, improved UX, and possibly a small rewrite for a version 1.0. An iOS application with similar capabilities would be great. + +Customer was satisfied with what we had finished. This section might be specified further, when we receive his official 'report' on us.