add_auth_layers: Add authentication middle ware to a 'tower' object

View source: R/shiny.R

add_auth_layersR Documentation

Add authentication middle ware to a 'tower' object

Description

Attaches the necessary authentication layers to a 'tower' object. This will secure any layer added after.

Usage

add_auth_layers(tower, config)

Arguments

tower

A 'tower' object from the package 'tower'

config

An 'openid_config' object

Value

A modified 'tower' object with authentication layers


tapLock documentation built on Oct. 30, 2024, 9:13 a.m.