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

retrieve profile information via Account service and set it on $scope.user

github.com/sahat/satellizer - 2bb79e88f7fb979573811cdf60158384edb2200e authored over 10 years ago by Sahat Yalkabov <[email protected]>
currentUser is set to payload.user or payload.sub

github.com/sahat/satellizer - 3d506f5360888ea45ed8e61ea5606c90135819e6 authored over 10 years ago by Sahat Yalkabov <[email protected]>
store token in local storage as tokenPrefix_tokenName

github.com/sahat/satellizer - 62dce8b4f6405a7ed02a55553819e27bd7568b2e authored over 10 years ago by Sahat Yalkabov <[email protected]>
tokenName is now used to change token's name sent from a server

github.com/sahat/satellizer - 5ac46749370b1edffa6f1683b5e96c8228d629c8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
readme: table of contents, faq, updated configuration

github.com/sahat/satellizer - ee424b8a1f74de40f494080ef0597c6c1e65b2c8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: code refactoring, use jwt claims discussed in #37

github.com/sahat/satellizer - c6c83887c79a4f50a04d708aeed2f35d3ba59f97 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/sahat/satellizer - 5bb71949d8075c9122e72a693dc798129b6ba6b3 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: github auth

github.com/sahat/satellizer - bbf8f751a831974eadb6801c2f859742961af6f7 authored over 10 years ago by Sahat Yalkabov <[email protected]>
General fixes: Added missing imports and commented out code not being used

github.com/sahat/satellizer - 61c4af65e4be48bb917d6c28420fe304aa9ede50 authored over 10 years ago by Jonathan Reyes <[email protected]>
php: implemented local sign-in

github.com/sahat/satellizer - ca58cbfbcf9a31a9396bda8fcbcc35bec8e0ed71 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: use Hash::make to hash user's password

github.com/sahat/satellizer - b583d72c1e8b46f524a1d8ac1717df75e6ef2327 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: facebook and google can now be linked

github.com/sahat/satellizer - a36b3534e984b4a4a6da257681c79a1c2bab233f authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: updated createToken function

github.com/sahat/satellizer - 1b6aa1797c9691fd73376bca66709e1352123beb authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: fixed google auth

github.com/sahat/satellizer - c21adee0c4a3a60244c5ac9c443e3f0470250343 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: google authentication

github.com/sahat/satellizer - 6721b568f4b11fb84e09edaa57898c54276c6c83 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: finished with facebook ahth, added jwt

github.com/sahat/satellizer - cad0a302e547c3fac2653afedf76133d5fcbaa4d authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge pull request #46 from chena/readme-typo

Fixed minor typo in README.

github.com/sahat/satellizer - 7830f6fa3dbe695dabe231c506c3ca0faef5e753 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Fixed minor typo in README.

github.com/sahat/satellizer - 49bd57b1b3ed29406479e815bcd4772779581e25 authored over 10 years ago by Alice Chen <[email protected]>
ruby: rails-api scaffold

github.com/sahat/satellizer - 1f87e8f7d846ae6c48c2834874202b1ccd18a1f9 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: facebook login

github.com/sahat/satellizer - 2d9c0d8a1815c21ac1b092603aa066b2572d1989 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: routes refactoring

github.com/sahat/satellizer - 299130c21d3cc66488f9a6ce689ed8a87b4ee5c7 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: enabled debug mode

github.com/sahat/satellizer - 606dcbc1ffe3b2bac85d306e99a8f5776a98c8d0 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: refactored routes logic into controllers

github.com/sahat/satellizer - 9e8d1599db3d9f27e68fa1c6f130e6deac14dd41 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: implemented signup and update profile routes

github.com/sahat/satellizer - ea65339bac6e8443d001e6b64fbde36e1eb824aa authored over 10 years ago by Sahat Yalkabov <[email protected]>
css: button transition animations

github.com/sahat/satellizer - d9a1dd7f5c5285b7e84d15c554e6fe65c33b7ec2 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: removed sqlite db, use mysql instead

github.com/sahat/satellizer - 964d80a017e1c8db864f4b44689c946088ccef32 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: updated migrations

github.com/sahat/satellizer - 4d24d29e6aa8c8e334e1a81eee86bd24b42d9dea authored over 10 years ago by Sahat Yalkabov <[email protected]>
tools: gulp task for copying client dir to laravel's public dir

github.com/sahat/satellizer - 52895af36b1a76d299896ca13bc1ac5ddcb9365c authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: keep defaults views location, use File::get to retrieve index.html

github.com/sahat/satellizer - c6680c64806d107264c8400fbb4c48d8a91b03a1 authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: laravel project cleanup

github.com/sahat/satellizer - fbad297dc7804d5ab6b66dd7da80871225fb1cbf authored over 10 years ago by Sahat Yalkabov <[email protected]>
php: laravel routes

github.com/sahat/satellizer - 620e38bd41497144696a85ff94ba6bb78c5d10ec authored over 10 years ago by Sahat Yalkabov <[email protected]>
passing tests

github.com/sahat/satellizer - 70c6b071c03c33c8bca7be3672d765e6b812796f authored over 10 years ago by Sahat Yalkabov <[email protected]>
v0.4.1

github.com/sahat/satellizer - 6ca0deaabced028857dd74ebae5769b55370e592 authored over 10 years ago by Sahat Yalkabov <[email protected]>
fixed token parsing in the run block

github.com/sahat/satellizer - 59c45bf55517c466e5694bcef416c221a93b6edb authored over 10 years ago by Sahat Yalkabov <[email protected]>
added tests for unlink function

github.com/sahat/satellizer - 198be484513eb40fbc403354594d91c02d6742a8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
added tests for the new Object.defineProperties code

github.com/sahat/satellizer - 771ce1f4a387849c67c968f7afd9d9dd6069f9b4 authored over 10 years ago by Sahat Yalkabov <[email protected]>
added getters to Object.defineProperties

github.com/sahat/satellizer - dc4d0ccd4d71ce12619fb63b5fab27b1bb789053 authored over 10 years ago by Sahat Yalkabov <[email protected]>
passing tests

github.com/sahat/satellizer - 381af38f6885e500f7177173aceeabefcf7a4b22 authored over 10 years ago by Sahat Yalkabov <[email protected]>
fixed token parsing in run block

github.com/sahat/satellizer - e29c114885646eba41ed512c89b21f34871a0993 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge branch 'base64url' of https://github.com/sfwc/satellizer into sfwc-base64url

Conflicts:
examples/client/vendor/satellizer.js
satellizer.js
satellizer.min.js

github.com/sahat/satellizer - 26754a7e6146ecaeda9968b087108334731cb0f2 authored over 10 years ago by Sahat Yalkabov <[email protected]>
do not redirect on http interceptor response error

Fixes #42

github.com/sahat/satellizer - 8c3df632bdd14e0fef2cd6450518a72c60ae135b authored over 10 years ago by Sahat Yalkabov <[email protected]>
fixed a bug where config properties wouldn't update.

conditional redirect after login and logout

github.com/sahat/satellizer - c18cb26ceb79b7e6c11886fe95253c11f6818e11 authored over 10 years ago by Sahat Yalkabov <[email protected]>
added support for ui-router in #36

github.com/sahat/satellizer - a3d5b525b08f461912c2c9ae845f9feb40e60f23 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Navigating to protected page now redirects you to login page

Fixes #36

github.com/sahat/satellizer - e9f06c06b376ace1ac0c6991c6db256661891bde authored over 10 years ago by Sahat Yalkabov <[email protected]>
added "protected: true" property to the profile route

github.com/sahat/satellizer - 472ce9c9ef752d2ead4fb4f0c61cc521a3b10e39 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Expect token components to be base64url-encoded

We were decoding them as normal base64, but every version of
draft-ietf-oauth-json-web-tokens ha...

github.com/sahat/satellizer - 44853804ae8736af87d39778fb628e40394313b2 authored over 10 years ago by Sam Chapin <[email protected]>
readme: fixed api links

github.com/sahat/satellizer - a81e43df3d199f817af16bc583b2cc99168f587d authored over 10 years ago by Sahat Yalkabov <[email protected]>
v0.4.0

Fixes #20

github.com/sahat/satellizer - 95c88d59433e2b45ca31d6803ac1839019cc1de1 authored over 10 years ago by Sahat Yalkabov <[email protected]>
readme: updated documentation

github.com/sahat/satellizer - 662c66d944ca0502b610f75f88d3d72eac92759e authored over 10 years ago by Sahat Yalkabov <[email protected]>
removed linkUrl from Local service

github.com/sahat/satellizer - 01aa9f1f2bff29fdd944acecdfa3bcc28742dd76 authored over 10 years ago by Sahat Yalkabov <[email protected]>
refactored updateProfile into Account service

github.com/sahat/satellizer - b88705e4158dcf2fe245323ba3de6c48d5f78643 authored over 10 years ago by Sahat Yalkabov <[email protected]>
password mongoose field select: false by default

github.com/sahat/satellizer - b66679c92dfd2d272a7f3ced31729d0019bf7c81 authored over 10 years ago by Sahat Yalkabov <[email protected]>
implemented update profile handler

github.com/sahat/satellizer - 1a7b831e001dae4d81f1211dac2b594174dbe93b authored over 10 years ago by Sahat Yalkabov <[email protected]>
added updateToken method to $auth

github.com/sahat/satellizer - 610a00845097b6103a2da2a9e1b3f7148423882e authored over 10 years ago by Sahat Yalkabov <[email protected]>
templates cleanup

github.com/sahat/satellizer - 3bac05b9293ee814f208cddb96815ea727266c15 authored over 10 years ago by Sahat Yalkabov <[email protected]>
refresh token after unlinking account

github.com/sahat/satellizer - 4ba450b2ef8978a67a3c801fa11ce4f10d5c87dc authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented account unlink function

github.com/sahat/satellizer - b06365af789ced212eda9fdb85682d36f4dd6ee3 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: fixed an issue where new account was not being created

github.com/sahat/satellizer - 52bd839c915f9bd39f1dda44b066465b991d1f2a authored over 10 years ago by Sahat Yalkabov <[email protected]>
errors from oauth1 provider are now passed through a promise

github.com/sahat/satellizer - 6b7e1b79e85c52c99853eb8fc14390a5c9e3baa8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented foursquare account linking

github.com/sahat/satellizer - 27d781634f31552380b1b59f252045115794dc7a authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented twitter account linking + code refactoring

github.com/sahat/satellizer - 15f11f70df72be30fd0a26aea2296e630fdf860c authored over 10 years ago by Sahat Yalkabov <[email protected]>
oauth1 open's promise should return response object not response.data

github.com/sahat/satellizer - b971b1b00ed2ec27ce8fe0ed9edd1ca17c8d0ce0 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: fixed findOne fields for google, github and linkedin

github.com/sahat/satellizer - 7558931a2b7ab79d89cfd7f3b592b303d94eced3 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented google account linking

github.com/sahat/satellizer - b96bf76f783c4468bbf0611e32c38ae8d4db1b1a authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented github account linking

github.com/sahat/satellizer - 59ddc1c957da9e014f0a14f7c308d696177de5d6 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: implemented linkedin account linking

github.com/sahat/satellizer - 01882f32d30705d42c9a3c82c8cb168edb342ed2 authored over 10 years ago by Sahat Yalkabov <[email protected]>
updated link account buttons on profile page

github.com/sahat/satellizer - 5f70a4a24fd6067308d321c3a6700ac390472b54 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: code cleanup, return 409 + message if trying to link existing account

github.com/sahat/satellizer - bebd629d77a3e47db6e9575ed1eb38cb157473c4 authored over 10 years ago by Sahat Yalkabov <[email protected]>
updated button styles

github.com/sahat/satellizer - a7aab9248700e33bb4c6cbba3952cba37489f2d8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
node: added facebook account linking, updated schema

github.com/sahat/satellizer - b863cb30cb9f1eccbd1225453013216c3f58958d authored over 10 years ago by Sahat Yalkabov <[email protected]>
styles overrides for .btn-group-vertical

github.com/sahat/satellizer - a6cb793d5842fa2c2e08018ce48e2c0bfa37ecdc authored over 10 years ago by Sahat Yalkabov <[email protected]>
save displayName during local signup

github.com/sahat/satellizer - 0edb8aeddcb7c232e7b1ac84bf42322503172787 authored over 10 years ago by Sahat Yalkabov <[email protected]>
use config variables instead of hard-coded link/unlink urls

github.com/sahat/satellizer - 748207842ce8ad8d1d54e1837b00d3a56c139fe0 authored over 10 years ago by Sahat Yalkabov <[email protected]>
implemented link/unlink methods

github.com/sahat/satellizer - de437564ca8f4a505a2e86f5324e6f3508e98f16 authored over 10 years ago by Sahat Yalkabov <[email protected]>
display alerts during successful or unssuccessful link/unlink

github.com/sahat/satellizer - b1e122029d7e50f1d5751928b95b96d1d1e5ceec authored over 10 years ago by Sahat Yalkabov <[email protected]>
updated profile controller with link/unlink actions

github.com/sahat/satellizer - e09d2ecd492eac15cbb8786c681eaf3dc071724b authored over 10 years ago by Sahat Yalkabov <[email protected]>
added linked accounts buttons to profile page

github.com/sahat/satellizer - 88dc2eeb1007dc95473cbae2acb41d713672eed8 authored over 10 years ago by Sahat Yalkabov <[email protected]>
added edit profile form

github.com/sahat/satellizer - e554396e50f35b4af0ce495d77ad44eb5368ff62 authored over 10 years ago by Sahat Yalkabov <[email protected]>
protected route is now called profile

github.com/sahat/satellizer - 7fdc90928832255a72c5f7d17ad05fcd8aff7462 authored over 10 years ago by Sahat Yalkabov <[email protected]>
v0.3.4

github.com/sahat/satellizer - 8103c59c5a865e52845300efeb51f81dc956833f authored over 10 years ago by Sahat Yalkabov <[email protected]>
use camelcase notation for httpConfig

github.com/sahat/satellizer - 215ef7f6ac7aca0369be77a92c4d714b17b37d7a authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge branch 'patch-1' of https://github.com/cridenour/satellizer into cridenour-patch-1

github.com/sahat/satellizer - ca733de5c93db670f5db0555f2bc9092fb1cd388 authored over 10 years ago by Sahat Yalkabov <[email protected]>
java: updated example to use dropwizard

github.com/sahat/satellizer - 372d42a742cb2a8e91d69265c14508ff2768f001 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Fix last version of mismatched config

github.com/sahat/satellizer - 2aa02cb25ef5105fb8b5f1e70601f2e57ccaac45 authored over 10 years ago by Chris Ridenour <[email protected]>
Update interceptor to use correct config variable

Since our request interceptor takes in config as a variable, it was impossible to find the token...

github.com/sahat/satellizer - 653364923aacaa065358657dad33512999d72b70 authored over 10 years ago by Chris Ridenour <[email protected]>
v0.3.3

github.com/sahat/satellizer - 1cf593a32d73d863c7dcd750fe53afe2e31adbbb authored over 10 years ago by Sahat Yalkabov <[email protected]>
added gulp-plumber to prevent gulp from crashing

github.com/sahat/satellizer - 8e962714d978d2ade8c4816fd67673d4fd107e58 authored over 10 years ago by Sahat Yalkabov <[email protected]>
replaced hard coded currentUser with [config.user]

github.com/sahat/satellizer - 1e4f826de240a7ff3b22e4715b77a791aac24672 authored over 10 years ago by Sahat Yalkabov <[email protected]>
fadeZoomFadeDown animation lowered to 0.2s to fix flicker effect

github.com/sahat/satellizer - 73c87f449b943f200cd2e91db85907bb6cb01e70 authored over 10 years ago by Sahat Yalkabov <[email protected]>
reject a promise and return an error message if user presses cancel during authorization

github.com/sahat/satellizer - 17502def226637de92bc088909bf46259d92e608 authored over 10 years ago by Sahat Yalkabov <[email protected]>
dispaly authorization failed if popup is closed by the user

github.com/sahat/satellizer - 29d1e909da96304581f6cd44360909cdd1ff48e7 authored over 10 years ago by Sahat Yalkabov <[email protected]>
readme: added tokenName config option

github.com/sahat/satellizer - 8f8c1b45f1e317f889878bec14dd2600d5d5fa50 authored over 10 years ago by Sahat Yalkabov <[email protected]>
allow token name to be overriden via a config property, default: satellizerToken

github.com/sahat/satellizer - 7b2015eabeae9aeed0eef6bb9378db878790bb86 authored over 10 years ago by Sahat Yalkabov <[email protected]>
postMessage domain set to window.location.origin instead of * wildcard

github.com/sahat/satellizer - e918355b0cde6540fdbe0b67ace38d47772dae33 authored over 10 years ago by Sahat Yalkabov <[email protected]>
return response instead of response.data to deferred.resolve for consistency

github.com/sahat/satellizer - eb85bd7e606bad4648c5c24e99e52e3adfb292ac authored over 10 years ago by Sahat Yalkabov <[email protected]>
removed ending comma in facebook scope array

github.com/sahat/satellizer - a3c2ec5783d8c39009ff46dd49d6fa2d87b5812b authored over 10 years ago by Sahat Yalkabov <[email protected]>
css cleanup and fixed moz/ie animations. Fixes #31

github.com/sahat/satellizer - b25a2ccca7b0a46ea3d51c0c676ae148d502bad3 authored over 10 years ago by Sahat Yalkabov <[email protected]>
close popup window from popup.postMessageHandler

github.com/sahat/satellizer - 78081570d3aa71d4e2440cffc87b400a48a6e546 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge pull request #26 from eamonnfaherty/master

Added in missing return statement.

github.com/sahat/satellizer - 4e03bc3176c02b9b898ff55d9d0f0cc2833c4410 authored over 10 years ago by Sahat Yalkabov <[email protected]>
Merge pull request #29 from bmelton/master

Fixes #28. Adds 'scope' to 'requiredUrlParams'

github.com/sahat/satellizer - 3ea8691fc6713b2d5257e8b5075804abf2ffb740 authored over 10 years ago by Sahat Yalkabov <[email protected]>