add_auth_layers {tapLock}R 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


[Package tapLock version 0.2.0 Index]