Ecosyste.ms: OpenCollective

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

satellizer

We are on a mission to create the simplest authentication solution for AngularJS applications.
Collective - Host: opensource - https://opencollective.com/satellizer - Code: https://github.com/sahat/satellizer

Merge pull request #94 from Stephn-R/master

mispelled satellizer

github.com/sahat/satellizer - b7fda85104d48ff55fe5f463e947cfadbf2e1adb authored over 10 years ago
Merge pull request #93 from lyxell/patch-1

Fixing typos in README

github.com/sahat/satellizer - 989b71cd957b5b5d2c7d2d211c38338049bcab3e authored over 10 years ago
mispelled satellizer

github.com/sahat/satellizer - 1ab9219f52be014bdb36194d5a5192144a445689 authored over 10 years ago
Update README.md

github.com/sahat/satellizer - 5701fbefcdc565a717154e40a2f10fd84684499f authored over 10 years ago
Fixed typo in node

github.com/sahat/satellizer - 1034df2e6c5672dc30fcc5a6b3d3f8120959fba4 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - fac6aae9ea7946f84d2140204a3fa527f6e93dc5 authored over 10 years ago
added resolve to /profile route to check if user is authenticated

github.com/sahat/satellizer - 165181cadc39ebce7aa8a58f17fb10b9552646b4 authored over 10 years ago
Merge pull request #92 from chena/dw-rest

DW implementation - /auth/google

github.com/sahat/satellizer - ed021166cea6bd774b8c75fbdd395454f18136a2 authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - cb60db224c8559a150358cca826842612f87e398 authored over 10 years ago
Merge branch 'master' of https://github.com/sahat/ngAuth

github.com/sahat/satellizer - c80fefd9af3594c39d2484de6f291a44f67ef88a authored over 10 years ago
Merge branch 'signup' of https://github.com/Foxandxss/satellizer into Foxandxss-signup

Conflicts:
test/shared.spec.js

github.com/sahat/satellizer - 008be2382ead8407e13288e19cd8e7e49944d847 authored over 10 years ago
Implemented POST /auth/google endpoint and abstract redundant code to helper method

github.com/sahat/satellizer - 9c1ed7a2601d6a71092b66aea8e294f8fcc7fd39 authored over 10 years ago
Refactoring to make things more genreal for different providers

github.com/sahat/satellizer - 9daa37646393edd61a0ea912c172592c824665ef authored over 10 years ago
Merge pull request #90 from chena/dw-rest

DW implementation - unlink

github.com/sahat/satellizer - d7d678ab98049243cf8b07c31747eb95ef659d54 authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - 1bb2c3d6fcf52ae7d2e9bf956b127bf7dd145a71 authored over 10 years ago
fixed parseUser test

github.com/sahat/satellizer - 29fe5cbb3f848f08e77d727146094d12f032c11e authored over 10 years ago
Be able to login on signup

github.com/sahat/satellizer - ac53842e142ee086235e046096e25cd98eceaed3 authored over 10 years ago
Implmented unlink, check log-in method counts, and refactored to use Provider enum

github.com/sahat/satellizer - 23ce39738a3b55ef704be6fcf98f00cb5f2fcca8 authored over 10 years ago
Added Provider enum in User, show server error client side fore unlink

github.com/sahat/satellizer - 9c127dcc2313dff5dbf321a50dde10fb0dca0197 authored over 10 years ago
Added error message in AuthFilter

github.com/sahat/satellizer - b1a4a2abb622193e62b2cfd6e591de15b75b7260 authored over 10 years ago
parseUser deferred.resolve now returns a response

github.com/sahat/satellizer - 932b799ce46636a0bad0590aa1161907bafbda86 authored over 10 years ago
pass response object to parseUser()

github.com/sahat/satellizer - ec3b8020daa34f23aa20a153894f6831496db04d authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - 65f4541104513d36bea73ace46aeb8228e95a47b authored over 10 years ago
Working on unlink

github.com/sahat/satellizer - 94d1aafc0c2d00b263d233b21877746218ca00b6 authored over 10 years ago
moved how it works into wiki

github.com/sahat/satellizer - 89e296047ff020724ed93ca60272189d4daa0149 authored over 10 years ago
readme: update

github.com/sahat/satellizer - 36c95226146707a0f4b0d3f55bc953c6e7142e91 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - 27bd824c5a3595d863f97833e624dd5d16fab593 authored over 10 years ago
readme fixes and typo corrections

github.com/sahat/satellizer - aaddf14c6571bde0fab3883f734de220554bf752 authored over 10 years ago
Merge pull request #87 from chena/dw-rest

Dropwizard: signup and login

github.com/sahat/satellizer - 34897f03af32ac142b53ab999b27cd884638e823 authored over 10 years ago
node: return 200 ok on unlink

github.com/sahat/satellizer - e2e823b7d6641e245f669894e2ae2543b565beb2 authored over 10 years ago
removed unused $rootScope parameter

github.com/sahat/satellizer - 611b3b3a2a09280cf1429038a10efe8664787ff2 authored over 10 years ago
readme: updated reference api

github.com/sahat/satellizer - 65b9b79b12eca14f00fcfd9109eb7a4979b74fd1 authored over 10 years ago
readme: updated oauth1 and oauth2 instructions

github.com/sahat/satellizer - 4013a79496d978374b018824fbb16b1a31b37af6 authored over 10 years ago
Removed example authenticator, renamed util pkg to auth

github.com/sahat/satellizer - 1c4c63db8f843f3a649d2c5544a7ff0c9fa7ab03 authored over 10 years ago
Implemented /auth/login and /auth/signup

github.com/sahat/satellizer - 4c542a84664c7bfc8bd5158feab8a60b90b8cd61 authored over 10 years ago
readme updates

github.com/sahat/satellizer - d08bc9cb37c5d8ef3de9e98160932cff62986c37 authored over 10 years ago
java: return 200 OK when updating user instead of sending token

github.com/sahat/satellizer - c249e0ddf2bdd0485535e2e3462a86cda46abee0 authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - 0b82bdcebf22bd29f9b609b6df3a44f5dc510346 authored over 10 years ago
formatting: popup options object on one-line

github.com/sahat/satellizer - 1927f447089adb882d483775ce8bbda63a18d869 authored over 10 years ago
removed user_likes from facebook scope

github.com/sahat/satellizer - a33d4ee49f05e6c0a4d57dd5d78bafc90663b65d authored over 10 years ago
@stryju merge fixes and corrections

github.com/sahat/satellizer - e6c667c6de285eb578b31c40ea03f2de3c2dfb26 authored over 10 years ago
re-organized $auth providers

- moved providers for readibility
- made the provider getter/setter more flexible (with iterator...

github.com/sahat/satellizer - 82de6fe49c95f3477ac3eb21bd4e60904801e2de authored over 10 years ago
Merge pull request #79 from iotaweb/master

Updated README.md Google notes

github.com/sahat/satellizer - 27e0cb5bf45b7aa99d9da5df13ecf45d01ed59cf authored over 10 years ago
node: return 200 OK when updating user instead of sending token

github.com/sahat/satellizer - 2da58680653f3682ce0fd77da6f09a85da4cbf9a authored over 10 years ago
updated tests + code refactoring

github.com/sahat/satellizer - c9709c9bfee0280fa0976e7308202a94969f283a authored over 10 years ago
Should be using a token secret for encoding the JWT, not client secret

github.com/sahat/satellizer - 92a14ba8fbd2110261aa76e7641293dc60d66007 authored over 10 years ago
removed updateToken

github.com/sahat/satellizer - aa72350d0547ed59188e29feb1d85abc52cf347d authored over 10 years ago
no longer call updateToken after updating profile

github.com/sahat/satellizer - 5d0413c0ce4be4594cd4b2fd933a72030a38d6e8 authored over 10 years ago
added $auth.isAuthenticated test

github.com/sahat/satellizer - a31b2cd4a5fc32ea183a5386d76f4dc51daeba2f authored over 10 years ago
Removed unused resources

github.com/sahat/satellizer - b50bb4e1fb22d9b2c6ac8f99a4aa35bce4bb6fae authored over 10 years ago
run block code cleanup

github.com/sahat/satellizer - a441981cbcda7d561d33cb4fb416c57cdd0134e3 authored over 10 years ago
no longer fetches token on .run() and sets isAuthenticated on $rootScope

github.com/sahat/satellizer - ff6c5fc20cb2277beca0876fe86d70aac1c989c4 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - aac4216aed3c019c84f7f33371a861fcb291e83a authored over 10 years ago
Implemented /auth/login endpoint

github.com/sahat/satellizer - 8616d4e67cde4ed48cc9c30613b45eaef961c80b authored over 10 years ago
added navbar controller that uses isAuthenticated to check the status

github.com/sahat/satellizer - 8fb35d66e7f6847b72d09edb03112c58bfa6e738 authored over 10 years ago
code refactoring

github.com/sahat/satellizer - b97fe9ddad56605a9764e91fe06d2ca465856804 authored over 10 years ago
Merge pull request #84 from chena/dw-rest

Dropwizard implementation - FB complete

github.com/sahat/satellizer - 852e02c1f00d30349392b394af4dd1d565f2b0a6 authored over 10 years ago
use array notation for scope

github.com/sahat/satellizer - 2b777f1d764353ff37dea1776199be04f582b779 authored over 10 years ago
Removed all unused files

github.com/sahat/satellizer - 66fcf02c593ef02030ead46993a714cdc02471d3 authored over 10 years ago
updated minified and demo sattelizer fies

github.com/sahat/satellizer - 317cf61ebf09a31f2c69c3fbe3eb5b9e82e6288e authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - 957b9b71246209185712828d747ee4f7b0f5b91a authored over 10 years ago
moved unlink() into oauth service

github.com/sahat/satellizer - 210ceb56354d5fcb6b0f23e6e5d48371fdf68b78 authored over 10 years ago
Updated README.md Google notes

github.com/sahat/satellizer - 6fa852671fa083b15bee40e8ca2be90aa1d9d406 authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - 9691394a11aab8419f3acff330475b7db7db7dcb authored over 10 years ago
Check token expiry in AuthFilter and more refacoring

github.com/sahat/satellizer - ccf1593feaa93028d849fb2df14811ff20af66b8 authored over 10 years ago
Merge pull request #78 from iotaweb/patch-1

Correct capitalization of satellizer module

github.com/sahat/satellizer - 4757793443bd196b12bcd5cd6689f6bdf4e3f66e authored over 10 years ago
added missing $q dependency to shared service

github.com/sahat/satellizer - c9dbbf867683e7e046e173aee34057ff3d7f862a authored over 10 years ago
Correct capitalization of satellizer module

github.com/sahat/satellizer - ff6b1531b0769300c79b021c9b75ab5621740e68 authored over 10 years ago
readme: satellizer module name to lowercase

github.com/sahat/satellizer - 3322407fdb226b5b57b0c1ff8f25d025ed48abd3 authored over 10 years ago
Refactored resource classes to use AuthUtils, and updating users works now

github.com/sahat/satellizer - 583fcda8f89e08a9b852d8027c04eb20f6cc72f9 authored over 10 years ago
Added AuthUtils to abstract token stuff

github.com/sahat/satellizer - 1cd77e8785317aba5b606bd0b7cd3e7572698fb5 authored over 10 years ago
Added Token class and updated User with setters

github.com/sahat/satellizer - 0d75cc65b4871c84e8830e2d233a94f38b1e1b2d authored over 10 years ago
Merge pull request #74 from chena/dw-rest

Dropwizard implementation (WIP)

github.com/sahat/satellizer - 74936c939fba39bbbf2f08ef52ee4384e416db97 authored over 10 years ago
refactored unlink function into oauth service

github.com/sahat/satellizer - f1afb00f17f25e223d48ba9a49a5828a9cd41c82 authored over 10 years ago
refactored logout function into shared service

github.com/sahat/satellizer - f3680593e3ca438f1c7ac09d8c585fd9d10219e2 authored over 10 years ago
refactored isAuthenticated into shared service

github.com/sahat/satellizer - 40e01d7165e60dc6adda4ee283ebca8d2fb4d5f2 authored over 10 years ago
refactored parseUser into shared service

github.com/sahat/satellizer - 9c948c0974b6c02d00d01b77ccd9276f59caa625 authored over 10 years ago
removed unused dependencies from this.$get

github.com/sahat/satellizer - cfa9f077e3d6e1ce1315847f2472a00ec8912243 authored over 10 years ago
refactored authenticate function into oauth service

github.com/sahat/satellizer - f85c16285e74aebcf0736ce20a648c35a959bab1 authored over 10 years ago
Merge branch 'master' into dw-rest

github.com/sahat/satellizer - 166d2fe2f9eb4556d4cd3ad617e68e538364f1f1 authored over 10 years ago
temporary fix for auth spec

github.com/sahat/satellizer - cf11aa0f7c8a352873a9593b496bc7f237f9272c authored over 10 years ago
updated auth spec for more test coverage

github.com/sahat/satellizer - a231c4ea41ac3f16c8a09b6b1b48fa66042476fa authored over 10 years ago
removed user getter/setter; exposed public method on oauth1/oauth2

github.com/sahat/satellizer - 42f29e9ff5800787fa4f8d54bae5421303321dd7 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - 017afb60dd81f18ae02857cc4a2ce363aee34c56 authored over 10 years ago
fixed popup spec

github.com/sahat/satellizer - b6f0b563da9e3f97ff61d1de6e9e3d8eb00a5bc8 authored over 10 years ago
Merge pull request #70 from Foxandxss/laravel

php: Update route for angular and .gitignore

github.com/sahat/satellizer - 12ccf4f0fe85a9db2367f05db57608a04ed06fe7 authored over 10 years ago
auth spec refactoring

github.com/sahat/satellizer - ec6fb407c89501561dd3d4e774c8ed0b7a0f6e35 authored over 10 years ago
updated oauth2 and oauth1 specs

github.com/sahat/satellizer - 6aba92d672683f27318ff07eeca8cca2c3783c92 authored over 10 years ago
Update route for angular and .gitignore

github.com/sahat/satellizer - bf91ab303445e84e342dcc28c7e99b3e02c742c1 authored over 10 years ago
updated oauth1 spec

github.com/sahat/satellizer - f5d356cf906d8bb3626269cc3a0beb56d0b681e3 authored over 10 years ago
Added AuthFilter for /api/me resource

github.com/sahat/satellizer - 346fba2ec8096de4ee48750219685d50198fcd9c authored over 10 years ago
updated utils spec

github.com/sahat/satellizer - f97cad8e56c3b558255a7eb8ac80f5e3a07116bf authored over 10 years ago
updated provider (config) spec, full coverage

github.com/sahat/satellizer - 25c6717d2949141d27fe65dc8fd4a01e1e03ab92 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - c1777febfcf86b449302853d83aca38d35375a8c authored over 10 years ago
updated config spec

github.com/sahat/satellizer - 6f52b893cd0822be67bb9c88215217a9cbbec82d authored over 10 years ago
Merge pull request #69 from 18601673727/patch-1

Missing comma in README.md

github.com/sahat/satellizer - 9dd952b088aef5bf1e06b1ff8a216b3db98be5eb authored over 10 years ago
Missing comma in README.md

Causing 'Unexpected identifier' when running task "ngAnnotate:dist".

github.com/sahat/satellizer - a91d4add20827c0c886e0bccc0f575421a8223e3 authored over 10 years ago