Description Usage Arguments Details Value Examples
Before using the minid API to mint a new minid, you first need to validate your email address (using register_user()). Following registration, a unique code will be sent to your email address. You must present this code along with your email address when accessing the API.
1  | load_configuration(config_file = "~/.minid/minid-config.json")
 | 
config_file | 
 Path to the configuration file (default "~/.minid/minid-config.json")  | 
As a convenience you can specify this information in a minid configuration file (default location is ~/.minid/minid-config.json).
load_configuration() loads the json- or python-style config file and
returns a configuration object.
An object of type "configuration"
1 2 3 4 5 6  | ## Not run: 
configuration <-
  load_configuration(config_file = "~/.minid/minid-config.json")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.