omniauth-bcx 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/omniauth/strategies/bcx.rb +4 -0
- data/lib/omniauth-bcx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61b654253e2124bd1dad90bdecd3a372b38dec20
|
|
4
|
+
data.tar.gz: 3b0ddd213c48b4b45eb7273fef52bf8da055f2dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6541b415c2a2dcc25e3223336d4da84af7085da1c31325236912cac934766bd6b66fc8ada8bec0b714544997fbf8cd4e5a9adad9bfbe12329ab0a952671c7103
|
|
7
|
+
data.tar.gz: 928b4ab24c3c85543f64239ad8fdc9da461ac7a46519b1443bee526a49793c86c902d869db97637d186a9eec499531f64ce8401f610cf8a1df25afbe050a56bd
|
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Or install it yourself as:
|
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
27
|
-
`OmniAuth::Strategies::
|
|
27
|
+
`OmniAuth::Strategies::Basecamp` is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: <https://github.com/intridea/omniauth>.
|
|
28
28
|
|
|
29
29
|
First, create a new application at `https://launchpad.37signals.com/integrations`. Your callback URL must be something like `https://example.com/auth/basecamp/callback`. For development you can use `http://127.0.0.1:3000/auth/basecamp/callback`.
|
|
30
30
|
|
data/lib/omniauth-bcx/version.rb
CHANGED