Skip to content
Snippets Groups Projects
Commit 8ebfaef1 authored by Jemimah Omodior's avatar Jemimah Omodior
Browse files

Link potentially unfamiliar term to technical glossary

parent f60d9824
No related branches found
No related tags found
1 merge request!6Update "Getting Started"
...@@ -207,7 +207,7 @@ if err != nil { ...@@ -207,7 +207,7 @@ if err != nil {
} }
``` ```
Aside from logging you into your existing client session, the `Login()` function also initializes communication with the network and registers your client with the permissioning server. This enables you to keep track of network rounds. Aside from logging you into your existing client session, the `Login()` function also initializes communication with the network and registers your client with the [permissioning](./technical-glossary/#permissioning-server) server. This enables you to keep track of network rounds.
To view the current user identity for a client, call the `GetUser()` method: To view the current user identity for a client, call the `GetUser()` method:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment