8000 GitHub - AskarZinurov/tg-oauth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AskarZinurov/tg-oauth

Repository files navigation

Tg OAUTH

This is OAuth implementation for Telegram login widget.

So now you can use Telegram as external provider for your SSO server (keycloak, etc.).

Testing

just spec

Compiling

First you need to install dev tools:

Then you can run just build

Running locally

podman run \
    --name tg-oauth \
    --rm \
    --publish 3000:3000 \
    --env TELEGRAM_TOKEN \
    --env TELEGRAM_BOT \
    --env JWT_SECRET \
    --env OAUTH_CLIENT_ID \
    --env OAUTH_CLIENT_SECRET \
    --env OAUTH_REDIRECT_URIS \
    --env COOKIE_SESSION_SECRET \
    --env APP_DOMAIN \
    askarini/tg-oauth:0.1.15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0