You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently kerrokantasi-ui requires it's own backend server, mostly for authentication, but also for rendering the initial template. There's also server side rendering, which will of course need a server. But only if very dynamic things need to be rendered.
It would be very nice, if the server was fully optional. Authentication can be handled using implicit flow and our new OpenID connect package. SSR could be replaced by a background job, that generated the hearing pages nightly or so.
The text was updated successfully, but these errors were encountered:
Aside from authentication, KK-UI actually can be run from static files as it is, though you'll need to craft an index.html by yourself (until someone plonks in html-webpack-plugin to do that in a way that populates API_BASE_URL and UI_CONFIG).
Currently kerrokantasi-ui requires it's own backend server, mostly for authentication, but also for rendering the initial template. There's also server side rendering, which will of course need a server. But only if very dynamic things need to be rendered.
It would be very nice, if the server was fully optional. Authentication can be handled using implicit flow and our new OpenID connect package. SSR could be replaced by a background job, that generated the hearing pages nightly or so.
The text was updated successfully, but these errors were encountered: