Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

wintechis/solid-age-verification

Repository files navigation

solid-age-verification

Welcome to Solid Age Verification, an innovative shop application designed to ensure secure and seamless age verification using SOLID pods. This platform seeks user consent to access information stored in their personal SOLID pods. Leveraging the Authority PODs, This app securely store and validate user ages based on their unique WebIDs, ensuring a trusted and privacy-centric age verification process. With SOLID technology, it will prioritize user control over their data while guaranteeing accurate and reliable age verification for a safe shopping experience.

Context

This app is a Solid Application for the Hot Topics Seminar at the Chair of Technical Information Systems at FAU Erlangen-Nuremberg and is supervised by Daniel Schraudner.

Mission

Our mission at the Solid Age Verification app is to demonstrate the seamless verification of age through the authority Pod while preserving user privacy. This app follows the SOLID protocol, ensuring data sovereignty and interoperability. We aim to continually enhance security measures by adding an additional layer of protection to prevent the disclosure of personal data. Additionally, we have integrated features to explore the extension of verification capabilities, such as incorporating Schufa credit verification.

Roadmap

  • Phase 1: Foundation and Authentication Setup and Authentication Flow Implement the initial Express server with SOLID authentication using solid-auth-client. Create routes for user login, authentication callbacks, and profile retrieval from SOLID pods.
  • Phase 2: Authority POD Integration for Age Verification Authority PODs Integration Research and identify Authority PODs or storage mechanisms for securely storing verified user age information based on WebIDs. Establish connections and protocols to write and validate age data against Authority PODs.
  • Phase 3: Age Verification Process Age Verification Workflow Define the age verification process within the application's flow, integrating SOLID pod access and Authority POD validation. Develop mechanisms to verify and authenticate user age information securely.
  • Phase 4: Schufa credit scores Verification Process Schufa credit scores Verification Workflow Define the Schufa credit scores verification process within the application's flow, integrating SOLID pod access and Authority POD validation. Develop mechanisms to verify and authenticate user Schufa credit scores information securely.

How SOLID Age Verification Process

The shopping application will authenticate the user's date of birth by prompting them to log in. Following the login process, the verification of the date of birth will be conducted via Authority Pods.

Authority Pods

The date of birth information will be stored in Authority Pods, utilizing the WebID associated with the user's personal Pods. Additionally, the date of birth details will undergo encryption for added security.

Schufa Pods

Schufa Pods employ AES encryption to safeguard the stored Schufa credit scores, ensuring robust security measures. This encryption method enhances data protection within the Schufa Pods, providing users with peace of mind regarding their credit information.

Request flow

image

Verification process

image

image

Workflow

  • User initiates login process using their SOLID app credentials within the application.
  • Upon successful login, the application prompts the user to verify their age.
  • The application accesses the user's POD to retrieve necessary information.
  • Subsequently, the application fetches the hashed date of birth information from the Authority POD.
  • The hashed date of birth information matching within the application for verification purposes.
  • The user's age verification status is then determined based on the hashed information of the Authority POD.
  • Finally, the application provides appropriate access or functionality based on the verified age status.

Future Feature Enhancements

  • To address the concern of granting full access to personal PODs, particularly when users may not wish to disclose certain sensitive information like their updated Schufa scores, future feature enhancements can be implemented to safeguard user privacy and data autonomy.

  • One potential solution is the introduction of access controls within the app, enabling users to selectively grant access to specific data within their PODs.

How to start the apps

Install the dependencies

npm install

Start the frontends of the shop app:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published