kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Allow to configure registration availability #22

Closed claustres closed 5 years ago

claustres commented 5 years ago

Since kano is deployed with kargo on customer infrastructures local registration has often to be prohibited (eg access by a global service account or SSO).

On the client side routes should be removed and login footer configured. On the server side disallow('external') hooks should be added whenever required (eg on the user service create operation).