Coder Social home page Coder Social logo

bbb-jwt-service's Introduction

BigBlueButton authentication service

This service is currently used for a single reason: generate a bbb join url with a given identity for a given room, so that users can use them to join or create a BigBlueButton Room.

Usage

To start the service:

$ BBB_HOST="https://some-bbb-domain/" BBB_SECRET=the-bbb-secret go run *.go

Docker

You can also use the docker image. A docker compose file could look like this:

---
version: '3'
services:
  bbb-service:
    image: ghcr.io/toger/bbb-jwt-service:main
    container_name: bbb-service
    restart: unless-stopped
    ports:
      - '127.0.0.1:8080:8080'
    environment:
      BBB_HOST: "https://some-bbb-domain/"
      BBB_SECRET: "the-bbb-secret"

bbb-jwt-service's People

Contributors

toger5 avatar tibroc avatar

Watchers

 avatar  avatar

Forkers

tibroc

bbb-jwt-service's Issues

Consistent naming

It seems that the service is named differently in various places (probably due to history). Probably it is still possible now to rename the repo and some names throughout the repo without too much of a hassle. Since jwt is not involved and bbb-service seems very generic, maybe bbb-auth-service is the best name around?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.