gsi-alejandro-marino / jitsi-auth-portal

Authentication backend for Jitsi Meet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jitsi Authentication Portal

GoDoc License

The Jitsi Authentication Portal is an OAuth2 frontend that allows authentication with a number of third party providers and generates short-lived, signed, JWT (jot) tokens to assert the users identity to Jitsi Meet.

The package contains a number of handlers which can be used to build your own compatible login service. There is also an example service in the cmd/jap directory which provides a simple frontend.

To get started, install the jap command and run it:

go get github.com/jitsi/jap
go install github.com/jitsi/jap/cmd/jap
jap -help

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.

About

Authentication backend for Jitsi Meet

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 88.0%Language:Makefile 5.7%Language:CSS 4.0%Language:Shell 2.3%