index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
assertion
/
generateAssertionOptions.ts
Age
Commit message (
Expand
)
Author
2021-08-23
start server package movements
Jarrett Helton
2021-02-19
Rename option types, change export syntax
Jarrett Helton
2021-02-18
revert named function change for module
Jarrett Helton
2021-02-18
moving to named exports and exporting types
Jarrett Helton
2021-02-02
Update options generators to map cred Buffers
Matthew Miller
2020-12-09
Shorten long JSDoc
Matthew Miller
2020-12-08
fix JS doc
Antoine Cormouls
2020-12-04
Optional Allow Credential
Antoine Cormouls
2020-11-26
chore: remove dom lib reference from server package
Jonathan Stewmon
2020-10-19
Add rpID argument
Matthew Miller
2020-10-05
Remove old option from generateAssertionOptions
Matthew Miller
2020-10-05
Use raw `allowCredentials` for assertion opts
Matthew Miller
2020-07-30
Clarify that challenge is not always a string
Matthew Miller
2020-07-29
Make assertion `challenge` optional
Matthew Miller
2020-06-05
Run linting over server package
Matthew Miller
2020-06-02
Remove “base64” references from options generators
Matthew Miller
2020-06-02
Standardize on use of “base64url” where applicable
Matthew Miller
2020-05-27
Add support for extensions in assertion options
Matthew Miller
2020-05-26
Add support for userVerification in assertion
Matthew Miller
2020-05-26
Tweak parameter name in generate methods
Matthew Miller
2020-05-26
Update generateAssertionOptions
Matthew Miller
2020-05-26
Change assertion generation API to group arguments
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
Allow specifying transports for assertion
Matthew Miller
2020-05-25
Run ESLint over everything
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-24
Get your peanut butter out of my jelly
Matthew Miller
2020-05-23
Add assertion support for platform authenticators
Matthew Miller
2020-05-20
Rename option generation methods in server
Matthew Miller