You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
I'm in a number of slack groups, where we have introduction channels.
In free slacks, you can lose this, and it's useful to make it easier for groups to find each other, by letting users search by name or tags inside the group.
You can could sign in using slack, but there is no support for this sign in process yet.
Would be nice though, although it's probably better to have it an explicit opt-in in the slack, rather than doing a blanket import.
Here's a sample snippet of code to query for users in slack, as a starting point translating it to to js, say:
If we wanted to support sign in via slack, it would be a case of implementing this on the serverside, then storing that data in the whatever persistence layer we choose (currently firebase's realtime db).
I'm in a number of slack groups, where we have introduction channels.
In free slacks, you can lose this, and it's useful to make it easier for groups to find each other, by letting users search by name or tags inside the group.
You can could sign in using slack, but there is no support for this sign in process yet.
Would be nice though, although it's probably better to have it an explicit opt-in in the slack, rather than doing a blanket import.
Here's a sample snippet of code to query for users in slack, as a starting point translating it to to js, say:
https://gist.github.com/mrchrisadams/4360a645a9596f046876b6dd083ea19c
The text was updated successfully, but these errors were encountered: