This is the source code of the edumfa.io website. It is built with Next.js, a React framework and NextUI.
We like to feature organizations that implemented eduMFA. If you like to add your organization, please create an issue.
?
- Optional field
Field | Type | Description |
---|---|---|
name | string | The name of the organization. |
logoSrc | string | The Path to the organization logo, starting with organizations/ |
url | string | The URL to the organization. |
phase | string | The phase of the organization implementing eduMFA. |
userCount? | number | The approximate number of users in your organization. |
enrolledUserCount? | number | The 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"
]
}