I hereby claim:
- I am Altonymous on github.
- I am altonymous (https://keybase.io/altonymous) on keybase.
- I have a public key whose fingerprint is 9904 D69B E6CB 9589 93D2 CFA2 21B7 79A9 57AD E225
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# frozen_string_literal: true | |
# app/controllers/connect_controller.rb | |
# Handles connecting a Slackster User to a Slack Team | |
class ConnectController < ApplicationController | |
def index | |
return unless params&.key?(:code) | |
client = Slack::Web::Client.new |