Skip to content

jsorchik/omniauth-coinbase-discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

omniauth-coinbase-discourse

Use Coinbase OAuth to log in to Discourse

##On a Discourse Docker installation In containers/app.yml, add this repo under the hooks section:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/coinbase/omniauth-coinbase-discourse.git

Then ./launcher rebuild app

##On a standalone Rails installation In the discourse/plugins directory, clone this repo and restart the server

About

Use Coinbase OAuth to log in to Discourse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages