Skip to content

Repository files navigation

eduMFA Web

This is the source code of the edumfa.io website. It is built with Next.js, a React framework and NextUI.

Add your Organization

We like to feature organizations that implemented eduMFA. If you like to add your organization, please create an issue.

Organization Documentation

? - Optional field

FieldTypeDescription
namestringThe name of the organization.
logoSrcstringThe Path to the organization logo, starting with organizations/
urlstringThe URL to the organization.
phasestringThe phase of the organization implementing eduMFA.
userCount?numberThe approximate number of users in your organization.
enrolledUserCount?numberThe approximate number of enrolled users to eduMFA. Leave blank if when in evaluation phase.
tokenTypes?string[]An array of token types the organization uses.

Example:

{
"name": "Example Org",
"logoSrc": "organizations/example_org.png",
"url": "https://example.org",
"userCount": 1000,
"enrolledUserCount": 20000,
"phase": "Testing",
"tokenTypes": [
"IndexedSecret",
"TOTP",
"WebAuthn"
]
}

About

edumfa.io website

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages