Skip to content

Commit

Permalink
Add Auth Fallback Method Properties (#30)
Browse files Browse the repository at this point in the history
* feat: add auth fallback method properties

* fix: add comments

* chore: bump version
  • Loading branch information
himichaelroberts authored Apr 10, 2023
1 parent 9b86156 commit d4c7057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ type AppInfo struct {
UserMetadataSchemaResponse []UserMetadataField `json:"user_metadata_schema"` // The schema for user_metadata that will be stored about users
Layouts Layouts `json:"layouts"` // The layouts of user_metadata on the register/profile element
DefaultLanguage string `json:"default_language"` // The default_language to be used by the app
AuthFallbackMethod string `json:"auth_fallback_method"` // The fallback method to be used by the app
AuthFallbackMethodTTL int `json:"auth_fallback_method_ttl"` // The fallback method ttl to be used by the app
}
type UserMetadataField struct {
Handle string `json:"id"` // Unique id for the user metadata field
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.2
v1.4.0

0 comments on commit d4c7057

Please sign in to comment.