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

Extend bridge go-slack documentation for authentication via login-token #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rzerres
Copy link

@rzerres rzerres commented Nov 12, 2023

For the go slack-bridge, the given documentation that describes the authentication process is a bit sparse.

Slack has enhanced the access-security to a given domain. The
login-password method will not be handled correctly, since you need
to use a 2FA method.

Using login-token enables a secure and working solution.
Admins are not neccessarily confident to extract the needed token and their corresponding cookies.
The PR will the needed steps precisely when consuming the web-browsers dev-tools.

That should ease the process.
For the go slack-bridge, the given documentation that describes the authentication process is a bit sparse.

Slack has enhanced the access-security to a given domain. The
login-password method will not be handled correctly, since you need
to use a 2FA method.

Using login-token enables a secure and working solution.
Admins are not neccessarily confident to extract the needed token and their corresponding cookies.
The PR will the needed steps precisely when consuming the web-browsers dev-tools.

That text should ease the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant