Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.47 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.47 KB

Introduction

This repository contains various examples on how to setup io.Manager

Database

  • db-mongo - An example that demonstrates how to setup a io.Manager instance to use MongoDB
  • db-postgresql - An example that demonstrates how to setup a io.Manager instance to use PostgreSQL
  • db-mssql - An example that demonstrates how to setup a io.Manager instance to use MSSQL (SQL Server)

Authentication

  • auth-none - An example that demonstrates how to setup a io.Manager instance to use None authentication
  • auth-basic - An example that demonstrates how to setup a io.Manager instance to use Basic authentication
  • auth-auth0 - An example that demonstrates how to setup a io.Manager instance to use Auth0 authentication
  • auth-okta - An example that demonstrates how to setup a io.Manager instance to use Okta authentication
  • auth-custom - A custom io.Manager authentication example
  • auth-custom-advanced - An advanced custom io.Manager authentication example

OpenTelemetry

Other

  • custom-endpoints - An example that demonstrates how add custom endpoints to io.Manager.