AnderssonPeter / MiFloraSwarm

System to used to manage Miflora devices
MIT License
8 stars 0 forks source link

Setup/onboarding view #14

Closed AnderssonPeter closed 4 years ago

AnderssonPeter commented 4 years ago

When no user exists, the application should show a view that allows you to create your first user.

The [GET] /authentication/hasUser endpoint can be used to check if any users exist. The [POST] /authentication/registerInitialUser endpoint can be used to create your first user.

AnderssonPeter commented 4 years ago

image