auth: publish passkey foundations preview
verify / verify (push) Successful in 3m40s

This commit is contained in:
2026-08-21 17:33:00 -04:00
parent fb6bbd0dad
commit bfe6cfd29e
230 changed files with 44547 additions and 17 deletions
@@ -0,0 +1,67 @@
---
name: Bug Report
description: Report a potential bug
labels:
- type/potential-bug
- status/needs-triage
- priority/normal
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report. Please try to give as much information as possible for
us to be able to reproduce the issue and provide a quick fix.
- type: dropdown
id: version
attributes:
label: Version
description: What version of the library are you using or which versions do you see the issue in?
multiple: true
options:
- '0.17.1'
- '0.16.5'
- '0.15.0'
validations:
required: true
- type: dropdown
id: go-version
attributes:
label: Go Version
description: What version of go are you using?
multiple: true
options:
- '1.26'
- '1.25'
- '1.24'
- 'Other'
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Describe the bug
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Describe how we can reproduce this issue
validations:
required: true
- type: textarea
id: expectations
attributes:
label: Expectations
description: Describe the desired or expected results
validations:
required: false
- type: textarea
id: documentation
attributes:
label: Documentation
description: Provide any relevant specification or other documentation if applicable
validations:
required: false
...