Skip to content

Commit dfc9393

Browse files
committed
Update readme.md
1 parent 15cd12d commit dfc9393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mainly a generator project, to create REST API and appropriate interfaces for ea
44
- Based on interface definition in Shared project
55
- Create Controller based REST API, to be used in Backend (respecting Authorize attribute).
66
- 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.
88
- 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)
99

1010
This means, that you define the interface in Shared project, and the generator will create the necessary code for you.

0 commit comments

Comments
 (0)