Compare commits
2 Commits
62d86254ba
...
0657aa9358
Author | SHA1 | Date |
---|---|---|
Tudor Stanciu | 0657aa9358 | |
Tudor Stanciu | b650658f53 |
|
@ -3,6 +3,6 @@
|
|||
<packageSources>
|
||||
<clear />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" />
|
||||
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -28,7 +28,7 @@ Network Resurrector is a system that comprises of five essential services which
|
|||
* As is probably already obvious, the agent can be installed on as many machines as desired.
|
||||
|
||||
### Tuitio
|
||||
* Tuitio is my personal identity server. It manages user authentication within the application and authorizes requests made by it. Further information about Gundo can be found on its dedicated page.
|
||||
* [Tuitio](https://lab.code-rove.com/gitea/tudor.stanciu/tuitio) is my personal identity server. It manages user authentication within the application and authorizes requests made by it. Further information about [Tuitio](https://lab.code-rove.com/gitea/tudor.stanciu/tuitio/src/branch/master/README.md) can be found on its dedicated page.
|
||||
|
||||
All communication between the five main components is done exclusively through HTTP.
|
||||
|
||||
|
|
Loading…
Reference in New Issue