|
@@ -12,6 +12,8 @@ const schema = new mongoose.Schema({
|
|
|
|
|
|
|
|
class SlackAppIntegration {
|
|
class SlackAppIntegration {
|
|
|
|
|
|
|
|
|
|
+ crowi;
|
|
|
|
|
+
|
|
|
static generateAccessTokens() {
|
|
static generateAccessTokens() {
|
|
|
const now = new Date().getTime();
|
|
const now = new Date().getTime();
|
|
|
const hasher1 = crypto.createHash('sha512');
|
|
const hasher1 = crypto.createHash('sha512');
|