Skip to content

s1seven/embeddable-public-verification

Repository files navigation

This is a proof of concept for an embeddable S1Seven public verficiation page.

Compiling and embedding the component:

To use it just bundle the output by running npm run build (you may need to first run npm run install).

This will add an s1seven-verification.component.js file to the ./dist directory. Add that file to your project (usually to the public directory) and add the following to your html file:

<s1seven-verify></s1seven-verify>
<script type="module" src="./s1seven-verification.component.js">script>

Update the src path to point the the s1seven-verification.component.js file if necessary.

Localization

The component is fully localized and supports both English and German translations. To use the localization, just add the lang attribute to the s1seven-verify component, for example:

<s1seven-verify lang="de"></s1seven-verify>

Supported values are de and en, with en being the default.

Screenshots of verification component:

Screenshot 2025-05-06 at 11 13 42 Screenshot 2025-05-06 at 11 13 51 Screenshot 2025-05-06 at 11 13 35 Screenshot 2025-05-06 at 11 13 16

About

An open source public verification page that can be embedded in any website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •