Skip to content
#

slack-bot

Here are 1,378 public repositories matching this topic...

seratch
seratch commented Aug 3, 2021

Once we release v1.10, which includes the OpenID Connect support, we can add a new page to the document website. Its should be similar to https://slack.dev/java-slack-sdk/guides/app-distribution but some details are different.

A simple example app should look like this:

import com.auth0.jwt.JWT;
import com.auth0.jwt.interfaces.Claim;
import com.auth0.jwt.interfaces.DecodedJWT;
im
slack-block-builder
sebacampos
sebacampos commented May 19, 2021

Is your feature request related to a problem? Please describe.

There's no way to build visually and live preview the output of what you're building unless you run the code...
There are the Build Methods but you need to run code, take the output of that, and go to Slack Block Kit Builder... or get the link via printPreviewUrl() and use

GDay
GDay commented Oct 23, 2020

Problem

Loading resources from content delivery networks could result in privacy issues. Next to privacy, safety could also be improved by removing the external resources.

Solution

Import the resources from the assets in the app itself instead of relying on the CDN. There are currently four resources that rely on external servers.

These are the links that should be replaced by lo

Improve this page

Add a description, image, and links to the slack-bot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the slack-bot topic, visit your repo's landing page and select "manage topics."

Learn more