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
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Mainly a generator project, to create REST API and appropriate interfaces for ea
4
4
- Based on interface definition in Shared project
5
5
- Create Controller based REST API, to be used in Backend (respecting Authorize attribute).
6
6
- Create a client to be used in Razor Components in WebAssembly Render mode, which calls the REST API above.
7
-
- Add wrapper around the service implementation in Backend for use in ServerSide Render mode, so it is protected as the REST API is.
7
+
- Add wrapper around the service implementation in Backend for use in ServerSide Render mode, so it is evaluating the same Authorize attribute definition as the REST API is.
8
8
- For the wrappers used when running on the server and in browser, to automatically implement State Persistance for use in Prerendering (to remove the flicker on mode change with prerendering)
9
9
10
10
This means, that you define the interface in Shared project, and the generator will create the necessary code for you.
0 commit comments