This plugin generates a setup page for the initial user in Origami. The setup wizard is provided under /setup, and only allowed to be submitted once. Additionally, a POST /api/v1/setup route is exposed for the wizard to post to. Once there is more than one user in Origami, this POST will return 400.
This plugin is included by default in Origami. However if you wish to manually install, run:s
yarn add origami-plugin-setupIn your .origami file, add it to the plugins:
.origami
{
...
"plugins": {
"setup": true
}
...
}- Add testing
If you find a bug, please file an issue on the issue tracker on GitHub.
All pull requests and contributions are most welcome. Let's make the internet better!