kalisio / kano

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

Make authentication optional #51

Closed claustres closed 5 years ago

claustres commented 5 years ago

Use case : when integrated through an iframe in an already authenticated application.

Usually Kano and Weacast share token generation secret so that once logged into Kano the Weacast API is also reachable. In this case we will also need a mean to generate a valid Weacast token to be integrated into Kano.

claustres commented 5 years ago

See https://kalisio.github.io/kdk/tips.html#generating-service-account-tokens. For now login/logout routes still exists but are not visible with access token because the session is restored. Need to make the logout button optional however.

claustres commented 5 years ago

Can be covered through https://github.com/kalisio/kargo/issues/49.