RAD Modules

RAD Modules

  • GitHub

›Serverless functions

Documentation

  • Getting started

Security

  • Introduction
  • Getting started
  • Client
  • Api documentation
  • Keycloak integration
  • Advanced configuration
  • Attribute-based access control

Mailer

  • Introduction
  • Getting started
  • Client
  • Api documentation
  • Advanced configuration

Notifications

  • Notifications service
  • Getting started
  • Client
  • Api documentation
  • Advanced configuration

Scheduler

  • Introduction
  • Getting started
  • Client
  • Api documentation
  • Advanced configuration

PDF

  • Introduction
  • Getting started
  • Client
  • Api documentation
  • Advanced configuration

Serverless functions

  • Details
  • Create file
  • Get files
  • Delete file
  • Resize images
  • Watermark
  • RAD Security integration
  • Bitbucket pipelines

Admin panel

  • Introduction

Services communication

  • Communication between services

Changelog

  • Details

RAD Security integration

Check (rad-is-authenticated function)

The function checks if the user is logged in.

functions:
  rad-is-authenticated:
    handler: lambdas/rad-is-authenticated/handler.handle
    events:
      - http:
          path: /is-authenticated
          method: GET

Request with Authorization header:

curl -H "Authorization: Bearer <TOKEN>" http://localhsot:1337/dev/is-authenticated

Return response:

{
  "isAuthenticated": true
}
← WatermarkBitbucket pipelines →
  • Check (rad-is-authenticated function)
RAD Modules
Docs
Getting startedChangelogRAD Modules API Doc
Services
SecurityMailerNotificationsServerless functionsSchedulerPdf generatorAdmin panel
Support:
GitHubhello@tsh.io
Copyright © 2021 The Software House