mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
* feat: enhance modularity by relocating core packages * refactor: move chart components to dashboard package * refactor: restructure database access layer * refactor: rename credential descriptor to credentials for clarity * feat: enhance development environment configuration for database interactions * feat: integrate go-task for database migrations * feat: introduce middleware for market data and WebAuthn
10 lines
137 B
Go
10 lines
137 B
Go
package webauthn
|
|
|
|
type LoginOptions struct {
|
|
Account string
|
|
Handle string
|
|
HelpText string
|
|
Label string
|
|
Challenge string
|
|
}
|