Commit e00ff1a
authored
feat(passkeys): derive friendly name from AAGUID (#2415)
Derives friendly name for webauthn credential using the AAGUID.
A generate command is added to make it easy to generate the map of
AAGUIDs to friendly names based on the
[passkey-authenticator-aaguids](https://github.com/passkeydeveloper/passkey-authenticator-aaguids)
project:
```
go generate ./internal/utilities/...
```1 parent 7831226 commit e00ff1a
4 files changed
Lines changed: 439 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments