Update to date information can be found by logging into your current FastX server via a browser and go to /help. (https://example.com:3300/help)
# authentication type "none" | "jwt" (default jwt)
type=jwt
# client issuer id.
# environment variable WEBLINK_CLIENT_ISSUER will override this
clientIssuer=
# shared secret for jwt shared secret authentication
secret=
# inline public key the server will use for jwt public key authentication
publicKey=
# public key file location the server will use for jwt public key authentication
publicKeyFile=
# private key file for weblink client
privateKeyFile=
# algorithm used to sign the jwt see: https://github.com/auth0/node-jsonwebtoken
algorithm=
# In order to individually authenticate different clients,
#you can set up specific issuers with matching clientIds
## [issuers.clientIssuerId]
## secret=
## publicKey=
## publicKeyFile=