Learn R Programming

shiny.telemetry (version 0.3.1)

build_id_from_secret: Builds id from a secret that can be used in open communication

Description

This is used in shiny.telemetry, but also externally with the Plumber endpoint.

Usage

build_id_from_secret(secret)

Value

A string with an hash of the secret.

Arguments

secret

string that contains information that should not be publicly available

Examples

Run this code
build_id_from_secret("some_random_secret_generated_with_uuid::UUIDgenerate")

Run the code above in your browser using DataLab