- [x] Create clear instructions for `MINTOKEN_SQLITE_PATH`, including an example. Possible example: ```php define('MINTOKEN_SQLITE_PATH', '../../tokens.db'); ``` - [ ] Give a non-command line alternative for adding trusted endpoints to the `settings` table. - [ ] Make it clear that one instance of Mintoken can function for multiple websites and multiple authorization endpoints.
Create clear instructions for
MINTOKEN_SQLITE_PATH, including an example.Possible example:
Give a non-command line alternative for adding trusted endpoints to the
settingstable.Make it clear that one instance of Mintoken can function for multiple websites and multiple authorization endpoints.