3f78ba1f3d
- AuthenticationService->AuthService - removed underscore-directories - put site related stuff into site/ - same for projector - auth service went into a core/ directory, used by site and projector - the alert is now not global anymore. Every view can have its own alert - make the auth service query users/whoami for the current user - made a new OpenSlides service for managing the startup ... A lot todo ...
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"/users/login": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/users/logout": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/users/whoami": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/rest": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
}
|
|
}
|