KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
av-web-verifier-ui
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
RogiRadar
:
Disease Prediction platform empowers you to take charge of your health by identifying potential conditions based on 18 common symptoms you choose
nord.yazi
:
Nord theme for yazi terminal file manager
lilygo-t5-weather-station
:
No description available.
example-skse-plugin
:
SKSE plugin template with Prisma UI and CommonLib-NG.
infini-manager
:
infini manager is a tool used for batch management of one's own infini account
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
av-web-verifier-ui
?
Download (.md)
<!-- SPDX-FileCopyrightText: 2025 European Commission SPDX-License-Identifier: Apache-2.0 -->  <h1 align="center"> Age Verification (AV) Verifier Service Frontend </h1> <p align="center"> <a href="#about">About</a> • <a href="#development">Development</a> • <a href="#documentation">Documentation</a> • <a href="#support-and-feedback">Support</a> • <a href="#important-note">Important note</a> • <a href="#code-of-conduct">Code of Conduct</a> • <a href="#license">Licensing</a> </p> ## About The Age Verification Verifier Service is part of the Age Verification Solution Toolbox and serves as a component that can be used by Member States, if necessary, to develop a national solution and build upon the building blocks of the toolbox. The Verifier Service consists of two components: the frontend (UI) and the actual verifier backend. This repository contains only the source code of the Age Verification Verifier Service frontend. To operate and use the verifier, it is necessary to install both the frontend and the backend. This frontend is a minimal version of a verifier frontend, designed to make it easier for relying parties and to provide a simple illustration of how to use the verifier service. A more comprehensive and illustrative use case for a verifier can be found in the repository [Cinema](https://github.com/eu-digital-identity-wallet/av-verifier-frontend-cinema), which is based on a fictional cinema portal. ## Development **Note:** The verifier service needs a configured connection to a compatible verifier backend service. There is no standalone version available. For detailed setup and configuration instructions, please refer to the [Installation and Configuration Guide](./backend-configuration.md). Once the backend is up and running, it can be tested using the age verification apps for mobile platforms: - [Android AV Wallet App](https://github.com/eu-digital-identity-wallet/av-app-android-wallet-ui) - [iOS AV Wallet App](https://github.com/eu-digital-identity-wallet/av-app-ios-wallet-ui) ## Documentation For detailed technical specifications and further information, refer to the [Age Verification Solution Technical Specification](https://github.com/eu-digital-identity-wallet/av-doc-technical-specification). ## Support and Feedback We welcome discussions, feedback, and support requests through the following channels: | Type | Channel | |-------------------|-------------------------------------------------------------------------| | **Issues** | <a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/eu-digital-identity-wallet/av-web-verifier-ui?style=flat"></a> | | **Discussion** | <a href="https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/discussions" title="Discussion"><img src="https://img.shields.io/github/discussions/eu-digital-identity-wallet/av-doc-technical-specification"></a> | | **Other Requests**| <a href="mailto:av-tscy@scytales.com" title="Email AVS Team"><img src="https://img.shields.io/badge/email-AVS%20team-green?logo=mail.ru&style=flat-square&logoColor=white"></a> | ## Important note This white-label application is a reference implementation of the Age Verification solution that should be customised before publishing it. The current version is not feature complete and will require further integration work before production deployment. In particular, any national-specific enrolment procedures must be implemented by the respective Member States or publishing parties. Please note that this application is still under active development. It is regularly updated and new features and improvements are continuously being added. ## Code of Conduct This project adheres to the [Contributor Covenant](https://www.contributor-covenant.org/) version 2.1 as its code of conduct. Please review the details in our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). All contributors are expected to abide by the code of conduct at all times. By participating in this project, you agree to adhere to its [Code of Conduct](./CODE_OF_CONDUCT.md). ## License Copyright (c) 2025 European Commission Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.