Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.
/ webtask-slack-signup Public archive

Create Slack signup page using Auth0 webtasks

License

Notifications You must be signed in to change notification settings

auth0/webtask-slack-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Slack signup page using Auth0 webtasks

image

With Auth0 Webtasks you can quickly create a signup page for your Slack team without worrying about hosting, backends, and devops.

Follow these 3 steps:

npm install -g wt-cli
wt init
wt create https://raw.githubusercontent.com/auth0/webtask-slack-signup/master/slack-invite.js \
    --name {your_slack_team}-signup \
    --secret SLACK_ORG={your_slack_team} \
    --secret SLACK_TOKEN={your_slack_admin_token} \
    --dependency [email protected] \
    --dependency [email protected] \
    --dependency [email protected] \
    --middleware https://raw.githubusercontent.com/auth0/webtask-slack-signup/master/middleware.js

The {your_slack_admin_token} can be obtained from Slack here.

Optionally, you can also provide --secret LOGO_URL={url_to_your_logo} which will display your custom logo on the signup page. It should be square and not less than 100x100px.

Use the resulting URL as your Slack signup page. Enjoy!

About

Create Slack signup page using Auth0 webtasks

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5