Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Telegram resource owner #1966

Merged
merged 11 commits into from Dec 5, 2023
Merged

Add Telegram resource owner #1966

merged 11 commits into from Dec 5, 2023

Conversation

zorn-v
Copy link
Contributor

@zorn-v zorn-v commented Nov 17, 2023

Sample config

hwi_oauth:
    resource_owners:
        telegram:
            type: telegram
            client_id: NOT_REQUIRED # but required by bundle
            client_secret: '%env(TG_BOT_TOKEN)%'

src/OAuth/ResourceOwner/TelegramResourceOwner.php Outdated Show resolved Hide resolved
src/OAuth/ResourceOwner/TelegramResourceOwner.php Outdated Show resolved Hide resolved
src/OAuth/ResourceOwner/TelegramResourceOwner.php Outdated Show resolved Hide resolved
@stloyd
Copy link
Collaborator

stloyd commented Nov 30, 2023

Tests are needed for this resource owner, also docs need to be added.

@stloyd stloyd merged commit 29abf68 into hwi:master Dec 5, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants