Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sahat/satellizer

Token-based AngularJS Authentication
https://github.com/sahat/satellizer

Merge pull request #354 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

24b3cc1c41e60fde178680b8f1b7bae01d13e31c authored almost 10 years ago
Merge pull request #340 from simonasdev/master

Ruby on Rails example

dfad4a9bfdd8a5b06eec8272e6789410b825d6f6 authored almost 10 years ago
Make oauth endpoints more explicit

2bf674f5a196853ca3640d11fa84a7e1892d3c47 authored almost 10 years ago
Merge pull request #360 from ricolo/master

qs.parse(accessToken) renders empty object

500f4657de3dd79cc070b29832dde48cdd561a9d authored almost 10 years ago
Update README.md

8e86661de3cc3d695e4f18de6ac0c5eecc6ab7f4 authored almost 10 years ago
Merge pull request #365 from sahat/php

Laravel 5 (in progress)

705f315d804374fe91492a3bcc58a44d09f7d6df authored almost 10 years ago
added gulp task for copying client dir to php/public

5ba597b32d75ddd94abc3ee87e714b2f44020b6d authored almost 10 years ago
php: updated laravel 5 readme

40733ed538dd11bb7464c1459a4cec518cd8375f authored almost 10 years ago
php: capitalized readme.md

fbd4270c0f9827f83c187cc03f96a065a7d68de6 authored almost 10 years ago
php: readme rename

aa18f83f88aba9fe90bdd59cac5c01457309d8c5 authored almost 10 years ago
Merge remote-tracking branch 'origin/php' into php

# Conflicts:
# examples/server/php/app/Http/Middleware/RedirectIfAuthenticated.php
# examples/se...

7dd4270af9f41360c131b62f7310310be12713d5 authored almost 10 years ago
php: renamed laravel5 folder to php

09d0984f69bcdac4f4b9084dac7b6dd6271a1631 authored almost 10 years ago
php: removed previous laravel4 example

1b9279089aa436613b418301f5f0f51cafe047ba authored almost 10 years ago
php: removed favicon

71b9defb8f60c8486eae33da932358e938aad457 authored almost 10 years ago
php: refactored twitter auth

b50ad9b5b4547ab6a47f9e5cd78da1c93bae167e authored almost 10 years ago
php: added twitter to users migration table

eb4971233d8e89a777b0b1604ba3fc68acd7c92f authored almost 10 years ago
php: refactored github auth

cb0d6065e5a58910b2f532fc114cc0bbcd175b96 authored almost 10 years ago
php: refactored foursquare auth

55f6004f6341246bf47aeb110c6b97436dd196a3 authored almost 10 years ago
php: refactored linkedin auth

4b4b211d27dec4165ecfc57c192919eab1980c4f authored almost 10 years ago
php: added method comments, refactored google example

25a9827d5f0a6b5ed4bb0c7b1e1ef306078c8cd9 authored almost 10 years ago
php: refactored unlink() function

9ddfe7a30da556407aa030881a19bb4cab03a7ad authored almost 10 years ago
php: removed unused default middleware

03cecf17125ae6f33b2e677fb58a6db6c269f914 authored almost 10 years ago
php: refactored user controller (laravel 5)

48f632af0d4a0a4d2bd0f9b3d56d109a771594a5 authored almost 10 years ago
php: implemented laravel5 auth middleware

085f79b529e254b7b29ee240fb7824ba2ed3dc56 authored almost 10 years ago
ran gulp to minify update

f5eb5d520b1c8b5d5c0fc9c45e2c711337c01f54 authored almost 10 years ago
adding instructions for the skipAuthorization flag

bf386680348b2dfea889c1c67bd77a0fd0bd8ceb authored almost 10 years ago
adding skip flag

ff9f0dfe5ed4eca4762da4ca82d0566a7a089e8c authored almost 10 years ago
httpConfig->request for readability

49829969efcffaae5e0e267fe7167b530ee02f05 authored almost 10 years ago
https://github.com/sahat/satellizer/issues/362

Fixed polling on Android Browser to properly detect close of the popup.

4fe21d517ce449e33ac3ffa7ac69851bf0165493 authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# satellizer.min.js

348e2f2fff4bb4b4b5b06324d96b2d262f1fa4f5 authored almost 10 years ago
calculate token name in one place

a19bcc6eb1a812dd34ee59c0f8f66f1668d0198c authored almost 10 years ago
calculate token name at one place

f02615a7f813e6504217e3462ce50b34a32506dd authored almost 10 years ago
php: updated User model

59e380ba80bb1c11a7d10e9d75a9a8bfcd0a4a41 authored almost 10 years ago
php: refactored facebook auth

9e7e64d9de749dc59c840cdcecbe22187b606056 authored almost 10 years ago
unnecessary qs.parse()

accessToken is a JSON object in itself. qs.parse() would render an empty object.

96d68eb8a2e8a5fa8e33519d6fc3f84f360e5b98 authored almost 10 years ago
Merge pull request #359 from bindzus/master

Corrected the inability to change baseUrl

e25b6de33af9fa8c524018de39475d2ae6daf62a authored almost 10 years ago
Corrected the inability to change baseUrl

f3075554e9c7d744b7572a6edf4a46a8e0d995b7 authored almost 10 years ago
php: simplified signup() validation logic

c3478bb8589d4a662007e7553b873e122335d395 authored almost 10 years ago
php: refactored signup() to support laravel 5

8a5560b88eca0dc961a248acdbac002d80d1a0fb authored almost 10 years ago
php: added config variables for oauth and jwt

ab4017ca1f8807357490fd5271d356ec9f2e7ef2 authored almost 10 years ago
php: removed create_token from Controller.php

9988bfcd6a746355a35888bd5e52f9c6c41180d8 authored almost 10 years ago
php: allow nullable fields in migration

60bb8efe53eb63679f3cb1d55a5c4017df34f6b5 authored almost 10 years ago
php: enabled sqlite, added migrations and database.sqlite

f5e8db630b47089334a94469866c244efa684d04 authored almost 10 years ago
php: updated composer.json, removed BaseController.php

0e19255dd641033660d63991a71c73c721cb14d1 authored almost 10 years ago
php: ported controllers to laravel 5

a68f43597ea94276d0e830acec5512d74da4ddb9 authored almost 10 years ago
php: updated routes.php

3a3cdfcbe28241c95bb44a4993a10554f22e1eb0 authored almost 10 years ago
php: set laravel debug mode to true

993917d752cdc47fdc1195b477f2807aa16ddfad authored almost 10 years ago
php: added laravel5 scaffold

7e7c7019d98c8650dc7f976b0c6f4d74cac082ca authored almost 10 years ago
Added Gitter badge

1298bf78f6750bc6dd34c1e18eff3cd8b0f68dfe authored almost 10 years ago
fixed a unit test

148d4c1423b4e1bcc3516ac514de860e43b2d47d authored almost 10 years ago
new feature: baseUrl for server-side requests

6e1ecfee9c16877746536f20d7cdd2f8fb1646c6 authored almost 10 years ago
added an ability to customize "Bearer" token type

04f6154fa0c00173a10f3a2f371a491ca711bada authored almost 10 years ago
updated client demo dependencies

a78c1ca7d758aee6bee351d957525cbcf4ef2f1b authored almost 10 years ago
domain verification

removing space #349

cdc1fb52477014bd73fb352f5910fc1598e3d500 authored almost 10 years ago
domain verification

#349 - Verification about domain using location host + port for both windows ( window parent and...

418a7c651ccc006ace78acdcbbd9637d4f0ab94b authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# satellizer.min.js

396a7ec6749075d50be00f902ae6c587ea08028d authored almost 10 years ago
added support for sessionStorage

440130b11e92a67aaf8ba184b4cc5ee3c28293c5 authored almost 10 years ago
node: updated npm dependencies

d27fb259340ebcf13a9a47e7cb32b70a1c891818 authored almost 10 years ago
Update README.md

2be545a05bbe4ad537fc8e39521c4fbc5e7287e5 authored almost 10 years ago
Merge pull request #347 from RKushnir/master

URI-encode oauth2 state value

47398a0920516934025b2b05f4a9fb1bdf58a05f authored almost 10 years ago
URI-encode oauth2 state value

e5c9ebcf7e365dc0caa66eba73376cb15aa942e8 authored almost 10 years ago
Merge pull request #343 from redwood-strategic/master

Change all Facebook API v1.x calls to Facebook API v2.x

d89772ddff73e440d0d7b39dc38ce7bb0c57917a authored almost 10 years ago
Change all Facebook API v1.x calls to Facebook API v2.x

c68c7edbc02be5214bf5ea7100fb980e7053da7f authored almost 10 years ago
Clean up

b1869ef6403711bad01a4455bab58d45d9b3715d authored almost 10 years ago
Use sinatra to serve static files, rails for api, this way we have no client code duplication

8d0339988c7aaf166843fd9a0a0f8c0d0af51802 authored almost 10 years ago
Merge pull request #335 from mwiede/master

upgrade to dropwizard 0.8.0

3d25ef18a2e13653b0de011b00290fd8f23dd788 authored almost 10 years ago
Oauth works

7982e20e747e9eed6c13688c37ed732ea7396e9b authored almost 10 years ago
Setup rails app

383ffb0f09d648d19340c435db74243557b03239 authored almost 10 years ago
upgrade to dropwizard 0.8.0

9cbf859712400c7b4a7c0f08f46396e88ff78f45 authored almost 10 years ago
swapped httpInterceptor property order to match config service

bc4a59e595e462353d73b52c39d965141bccfd77 authored almost 10 years ago
removed Storage singleton object; use factory instead

9a85878db81e3ad052edd4d75d7c844c9d75c19c authored almost 10 years ago
created a new factory "storage"

9e9cf7f4e5162915e9384d7679a9abddad5dc41b authored almost 10 years ago
Moved http interceptor into its own factory

8c71e3660d15af601a50ac3be5ed2a0f9d76a4e4 authored almost 10 years ago
refactored localStorage calls into a singleton object

eabe201eea9498b68eb563eefa8bac534260b127 authored almost 10 years ago
tests: fixed missing semicolons

12e13a13dec3355a7a6b69c2fe49ab03dc5a0502 authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

918ae4bd89cfb1f2517240fb682b9a7c4635fd30 authored almost 10 years ago
readme: updated logout() to include optional redirect param

628ee724b4d623683f0ae32e505683d3ea297de6 authored almost 10 years ago
Merge pull request #324 from amullins83/master

Add optional redirect parameter to logout method

af19b6cbb2baf865f4fae03b1b5bfaebeb3ec1c2 authored almost 10 years ago
Add optional redirect parameter to logout method

4d3e0de6aef9afe42fb5ae55cd5407c3a0795c92 authored almost 10 years ago
v0.9.4

56ef2e35c540497162363a3479339f590f8b332a authored almost 10 years ago
Merge PR #299

667d0501b414ca3aebc68eef9931e90508ad727e authored almost 10 years ago
Merge branch 'amullins83-master'

4659adb2234005fd59f0a6af043da1739593a3d3 authored almost 10 years ago
readme: renamed isLinking to redirect

1de3762e8f0c9be9f511a560a0536475943ce467 authored almost 10 years ago
Updated formatting

32a59b819ea71e7b0b951e76e9c5de24fe2f333e authored almost 10 years ago
Merge remote-tracking branch 'upstream/master'

2aa8d549be5726ad02c8f816b74226ee3a1498f4 authored almost 10 years ago
3 coverage tests for unlinkMethod, httpInterceptor and withCredentials

835bb8b188fa63ef9eef9c5487e71c4ed11cab7b authored almost 10 years ago
Add parameter to login method to allow dynamic redirect

An extra parameter on the `$auth.login` method allows redirect
URLs to be determined in runtime.

4f5d88fb8a14c5a7a371a7975fe8c08110fc725f authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

7385b258f8679f7c28ddaa9f89c0c34bb2dc9352 authored almost 10 years ago
node: removed node dependencies from project package.json and moved them to server/node/package.json

Fixes #314

b254b6f86b5f5d7474faeaa71145e9680bee896a authored almost 10 years ago
Update README.md

628ab1e0cbee083bb2284055d6599015b4640a12 authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

bd0e161ed9b5e8cfeec5a195f719d88480c70196 authored almost 10 years ago
v0.9.3

61b30a4f8a04e43905092c58e0dc93c95b37c1ba authored almost 10 years ago
code formatting

cbfda354e5c6b31c55b7397bfb490d553da68a8c authored almost 10 years ago
node: comments and code cleanup

710879a62f48066156b40f5a9282e189b99d9efc authored almost 10 years ago
node: updated name and dep. versions in package.json

a5957371868d8f4e9c63b4145248ebc487843058 authored almost 10 years ago
Merge pull request #310 from crtek/master

fix twitter for mobile version

efefe8a6f365263952c28d0fbb6c28871c963b47 authored almost 10 years ago
fix twitter for mobile version

1b54d7d0f520bf3f8392d99e6b83b875511f2746 authored almost 10 years ago
Merge PR #294: Ionic support and example

597314565fe5cdb0683c67b8d1d1194cecbc7472 authored almost 10 years ago
Updated minified and vendor files

ca310e6ff66a801698fe354802e478c4b5c84382 authored almost 10 years ago
refactoring: merge if > else into else if { }

6a09d16c4b924d5c632e2222cfbc4a8176fa27ed authored almost 10 years ago