@@ -57,13 +57,14 @@ <h3><a id="usage"></a>Usage</h3>
5757 < code > wget -O - https://< span th:text ="${#httpServletRequest.serverName} "/> /scripts/download-install-web-eid.sh | bash</ code > < br >
5858 </ li >
5959 < li > on < b > macOS</ b > 10.15 or later, for Firefox and Chrome from < a
60- href ="https://installer.id.ee/media/web-eid/web-eid_2.0.0.556 .dmg "> here</ a > ,
60+ href ="https://installer.id.ee/media/web-eid/web-eid_2.0.2.565 .dmg "> here</ a > ,
6161 </ li >
6262 < li > on < b > macOS</ b > 10.15 or later, for Safari, install the extension from < a
6363 href ="https://apps.apple.com/ee/app/web-eid/id1576665083?mt=12 "> App Store</ a > ,
6464 </ li >
65- < li > on < b > Windows</ b > 10 (64-bit), for Firefox, Chrome and Edge from < a
66- href ="https://installer.id.ee/media/web-eid/web-eid_2.0.0.552.exe "> here</ a > .
65+ < li > on < b > Windows</ b > 10, Windows 11, Windows Server 2016, Windows Server 2019, Windows Server 2022,
66+ for Firefox, Chrome and Edge from < a
67+ href ="https://installer.id.ee/media/web-eid/web-eid_2.0.2.566.x64.exe "> here</ a > .
6768 </ li >
6869 </ ul >
6970 </ li >
@@ -175,9 +176,7 @@ <h3><a id="documentation"></a>Documentation</h3>
175176 < hr />
176177 < h3 > < a id ="for-developers "> </ a > For developers</ h3 >
177178 < p >
178- Currently the Web eID back-end libraries are available for Java web applications.
179- The .NET/C# version is in the works, the development version is available
180- < a href ="https://github.com/web-eid/web-eid-authtoken-validation-dotnet/ "> here</ a > .
179+ Currently the Web eID back-end libraries are available for Java and .NET web applications.
181180 </ p >
182181 < p >
183182 To implement authentication and digital signing with Web eID in a Java web application,
@@ -187,20 +186,31 @@ <h3><a id="for-developers"></a>For developers</h3>
187186 according to the instructions
188187 < a href ="https://github.com/web-eid/web-eid.js#quickstart "> here</ a > ,
189188 </ li >
190- < li > for authentication, use the < i > web-eid-authtoken-validation-java</ i > Java library in
191- the back end of the web application according to the instructions
192- < a href ="https://github.com/web-eid/web-eid-authtoken-validation-java#quickstart "> here</ a > ,
189+ < li > for authentication
190+ < ul >
191+ < li > in Java use the < i > web-eid-authtoken-validation-java</ i > library in
192+ the back end of the web application according to the instructions
193+ < a href ="https://github.com/web-eid/web-eid-authtoken-validation-java#quickstart "> here</ a > ,</ li >
194+ < li > in .NET/C# use the < i > web-eid-authtoken-validation-dotnet</ i > library according to the instructions
195+ < a href ="https://github.com/web-eid/web-eid-authtoken-validation-dotnet#quickstart "> here</ a > </ li >
196+ </ ul >
193197 </ li >
194- < li > for digital signing, use the < i > digidoc4j</ i > Java library in the back end of the web
195- application according to the instructions
196- < a href ="https://github.com/open-eid/digidoc4j/wiki/Examples-of-using-it "> here</ a > .
198+ < li > for digital signing
199+ < ul >
200+ < li > in Java use the < i > digidoc4j</ i > library in the back end of the web
201+ application according to the instructions
202+ < a href ="https://github.com/web-eid/web-eid-spring-boot-example#integration-with-digidoc4j-components "> here</ a > ,</ li >
203+ < li > in .NET/C# use the < i > libdigidocpp</ i > library in the back end of the web
204+ application according to the instructions
205+ < a href ="https://github.com/web-eid/web-eid-asp-dotnet-example#3-setup-the-libdigidocpp-library-for-signing "> here</ a > .</ li >
206+ </ ul >
197207 </ li >
198208 </ ul >
199209 < p >
200210 The full source code of an example Spring Boot web application that uses Web eID for authentication
201211 and digital signing is available
202212 < a href ="https://github.com/web-eid/web-eid-spring-boot-example "> here</ a > .
203- The .NET/C# version of the example will eventually be available
213+ The .NET/C# version of the example is available
204214 < a href ="https://github.com/web-eid/web-eid-asp-dotnet-example "> here</ a > .
205215 </ p >
206216 </ div >
0 commit comments