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

View source: R/plumber-shared.R

build_id_from_secretR Documentation

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)

Arguments

secret

string that contains information that should not be publicly available

Value

A string with an hash of the secret.

Examples

build_id_from_secret("some_random_secret_generated_with_uuid::UUIDgenerate")

Appsilon/shiny.stats documentation built on Dec. 18, 2024, 6:14 a.m.