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 remote-tracking branch 'origin/master'

github.com/sahat/satellizer - 7fd4feb01a7e1f98c465dcf7f699bf8df711581c authored over 10 years ago
display error alert if email is already taken

Fixes #141

github.com/sahat/satellizer - 07c2d4e9f441255daf1a8e1609c0d957c0ed7b68 authored over 10 years ago
node: return an error during signup if email is taken

github.com/sahat/satellizer - 923ef2174f12968e70afafaf8427064161e2afb1 authored over 10 years ago
Merge pull request #137 from IceCreamSushi/patch-1

Check email on signup

github.com/sahat/satellizer - ff0e8a0d6c0f72f8ab2e23b28c4b9d1b24cb4be9 authored over 10 years ago
- Using authProvider.requestFilter and authProvider.responseFilter to filter requests not to be handled by satellizer.

github.com/sahat/satellizer - af7b448cb310904cd04591d97d0bee7b9dbe759f authored over 10 years ago
- Set requestFilter and responseFilter on config if not already set.

github.com/sahat/satellizer - 6e74f0d9de231ff7d2114a0f0abb8b01a3a6313e authored over 10 years ago
- Added tests for the default request and response filter.

github.com/sahat/satellizer - b3a41f961e5f463af4387e5d8ff8f9de66d76bde authored over 10 years ago
- Setting shared.requestFilter to config.requestFilter or the default intercept filter.

- Setting shared.responseFilter to config.responseFilter or the default intercept filter.

github.com/sahat/satellizer - 66ae0ac1d5458f1550fadcba84e42b91316fd0a7 authored over 10 years ago
- Added config options requestFilter and responseFilter.

- Added tests for configuring requestFilter and responseFilter.

github.com/sahat/satellizer - eb146546269bebe98503666e302761c586422b3a authored over 10 years ago
Check email on signup

Without this validation, everyone could override an email.

github.com/sahat/satellizer - 0693006cd721120374cb032e0579acf90b50a44f authored over 10 years ago
Incorrect reference

github.com/sahat/satellizer - 647da34996722bf8bf13e220c56266b7be2d2402 authored over 10 years ago
Merge pull request #109 from tabdulradi/master

Moves Scala example into a seperate repo

github.com/sahat/satellizer - f49e2c591cf931ee36238107f27ed1536665005b authored over 10 years ago
Fixed logout() controller back button

Fixes #131

github.com/sahat/satellizer - db5ddb85ef25b0cfb5577a689bef6eb0289ba384 authored over 10 years ago
Fixed the check for "same origin request".

github.com/sahat/satellizer - 0ae9f5d4f193ae9be96b1601bd2edf2536615813 authored over 10 years ago
Disabled setting of the Authorization header when making cross origin requests.

github.com/sahat/satellizer - ead820aca3e3c72d835614c0f81cad81cb583998 authored over 10 years ago
Disabled removing of token when cross origin request results in a 401 status code.

github.com/sahat/satellizer - 455bc0d6624a8651f0c508b1ee9141a59711a889 authored over 10 years ago
readme: updated $auth.link description

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

github.com/sahat/satellizer - 03c6ce3a8b6a67da136f7ca5b4b15240031eb395 authored over 10 years ago
IE8 support: reaplaced promise.catch with promise.then(null, function)

github.com/sahat/satellizer - da7c9bcf26b8e33d35cf84522dde950b14732e32 authored over 10 years ago
pass userData parameter to link()

Fixes #130

github.com/sahat/satellizer - efa9371ab4eafa8f20f67072c31275f7e3abbebc authored over 10 years ago
updated tests

github.com/sahat/satellizer - 47615a2554d4d75f116e79bef1e8bdc98699b56c authored over 10 years ago
removed redunant isAuthenticated test

github.com/sahat/satellizer - aa963c5f06cad1ee5f1adedc8283deee73512acc authored over 10 years ago
added loginOnSignup unit test

github.com/sahat/satellizer - 057872025e37289c3adb6402f2da22d20b787cb5 authored over 10 years ago
code cleanup

github.com/sahat/satellizer - f5704cd4161dcd28abb047cfb91eda2f51883b58 authored over 10 years ago
readme: updated configuration

github.com/sahat/satellizer - 9fcc0ec4a7d17908e799b096f75c94cf97784987 authored over 10 years ago
inline redirectUri fallback to make it clear

github.com/sahat/satellizer - a6433019732f3b0473a6038b9f165d612b920344 authored over 10 years ago
readme: center align browser versions

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

github.com/sahat/satellizer - 768981e5bbcc831119ae2e418ef91eef566eb1b6 authored over 10 years ago
readme: updated table of contents

github.com/sahat/satellizer - ede6243a72d5c7fa3479db9c9af72807b7cc240c authored over 10 years ago
readme: updated browser support

github.com/sahat/satellizer - 604dcdc84d4218402b25461bef4a6e1f66e1bd9a authored over 10 years ago
check if window.atob exists

github.com/sahat/satellizer - a187a41d51f40e5f93f23ac71b2af8887658ba75 authored over 10 years ago
use ie-compatible window.location.origin for redirectUri

github.com/sahat/satellizer - dbe923748e1d36e148787faebfc8e55988a5d1ee authored over 10 years ago
reversed popup communication, no longer use postMessage

github.com/sahat/satellizer - eed28b6846a90818509ead1d839a6b2cb46fef18 authored over 10 years ago
Implements basic architecture, and facebook authentication

github.com/sahat/satellizer - be97105374edf7931367d688bce877559a2e4aef authored over 10 years ago
check if popup is open and popup.focus is defined before focusing

github.com/sahat/satellizer - 8253aeeaa726de0ac78c255d3adaceee7752bc7c authored over 10 years ago
readme: added browser support and updated credits section

github.com/sahat/satellizer - 376ef00c1633e32ddfdace58fa25e3eb43b0a14c authored over 10 years ago
readme: formatting updates

github.com/sahat/satellizer - a25aadb1f98b02df1043c69d1bc9f3b8abfd7f1d authored over 10 years ago
readme: fixed api reference url

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

github.com/sahat/satellizer - 98ad88abcabc35ada73057402027af93e426e20e authored over 10 years ago
readme: fixed typo

github.com/sahat/satellizer - ef083f9fe9a81222ed8cfe601bdb52cab33bbe39 authored over 10 years ago
#114 Aditional data to $auth.authenticate

Made possible that the $auth.authenticate function can receive a second parameter (Object) that ...

github.com/sahat/satellizer - b1a0b9e5998d334c8aa20690da4631d3b1e79fbc authored over 10 years ago
oauth1.exchangeForToken refactoring

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

github.com/sahat/satellizer - 5af16859507945a57722976677175c3c503b4dd5 authored over 10 years ago
python: added facebook account linking

github.com/sahat/satellizer - abaf032c9c76fba2188c8df2c86d12fee3ec1d99 authored over 10 years ago
python: return token after signup

github.com/sahat/satellizer - 12e870db7e971395cc89ac92b7be29a80b2f1b58 authored over 10 years ago
python: fixed parse_token function

github.com/sahat/satellizer - c401336a226ea161a3a9d2d51034f3062f6e8518 authored over 10 years ago
python: refactored login_required to use parse_token

github.com/sahat/satellizer - da1af42b6b3c4522bcfa719f296f4800b3e7c0f1 authored over 10 years ago
python: added to_json to User model

github.com/sahat/satellizer - 58129effdd2c0c924d68d880b8836629134f1b42 authored over 10 years ago
python: parse_token helper function for account linking step

github.com/sahat/satellizer - e32b4971a4f9699dc4f61bb65019677d159dcc2e authored over 10 years ago
python: decode string byte after generating a token

github.com/sahat/satellizer - ee8f262cfedd706183030f42883902ada88b4b34 authored over 10 years ago
python: refactored create_jwt_token function

github.com/sahat/satellizer - 81490288f3037103318122b34c0c83919acc56a6 authored over 10 years ago
removed gitignore, app.db, readme from python example

github.com/sahat/satellizer - 8aae431a3ad4ae2c8ed65b06e6f1850ecfebf49b authored over 10 years ago
added environment variables to python config

github.com/sahat/satellizer - f603019e3695e3fc67c02aacecf2fea27b44f610 authored over 10 years ago
tokenPrefix and tokenName refactoring

github.com/sahat/satellizer - 92f4d82f5d5c86c17a328b5aab8a21ebde2a1cf7 authored over 10 years ago
added github project and report issue buttons

github.com/sahat/satellizer - 6f767f2f958a73b1418d9fb22d573b037d9737a3 authored over 10 years ago
display message from the server if unable to get profile info

github.com/sahat/satellizer - b2256e0b2d42af2e0c732ede0c25d610508cc6f1 authored over 10 years ago
node: use moment().unix() instead of Date.now() in ensureAuthenticated

github.com/sahat/satellizer - e0996bbe130a7feba234d56b2984386a056c1f8f authored over 10 years ago
renamed views folder to partials

github.com/sahat/satellizer - e8c2bb4c3b3d712ce43d08a6baa0be4e2f4f515a authored over 10 years ago
converted ng-route code to ui-router

github.com/sahat/satellizer - 623006f7e9895a22d6349573c0d53fa14729c55b authored over 10 years ago
added ui-router

github.com/sahat/satellizer - e557e3c11c717b561f4ec525f3df8485968864a7 authored over 10 years ago
use unix timestamp with seconds in isAuthenticated.

Fixes #121

github.com/sahat/satellizer - b331209fa165c8a29fe78fca6506507afd0b7711 authored over 10 years ago
node: iat and exp use seconds instead of milliseconds for unix timestamp

github.com/sahat/satellizer - c86134c85ecf2a4b3da31ed826a014b33ff99f7a authored over 10 years ago
use r_emailaddress scope as a default scope to get an email address with linkedin profile

github.com/sahat/satellizer - f5aa62d266bf8a348f13e423b67f1458b33180d6 authored over 10 years ago
Merge branch 'linkedin-scope' of https://github.com/cridenour/satellizer into cridenour-linkedin-scope

github.com/sahat/satellizer - 46b5524f750680dd9235948a7b565b6971171726 authored over 10 years ago
password-strenth directives now uses $viewValue instead of $modelValue

Fixes #117

github.com/sahat/satellizer - aa9423d126b69a64084b3674fc0cd8eb5a5133b7 authored over 10 years ago
updated readme

github.com/sahat/satellizer - acff3f226cb4d6082ea0484dacf536b3d8e11095 authored over 10 years ago
Add r_emailladdress as a default scope for LinkedIn provider.

github.com/sahat/satellizer - 58a7111ba942da72b1aa0145a92f470fda67a008 authored over 10 years ago
Update LinkedIn people API call to fetch email address and save to profile. Requires scope r_emailaddress.

github.com/sahat/satellizer - 8bf881e2fbb8e4bcd2c7c12a436e47af648ece9f authored over 10 years ago
set twitter popup dimensions

github.com/sahat/satellizer - 9f7b0605ab1102c99f83841242ff46f510610235 authored over 10 years ago
pass isLinking param to oauth.authenticate() to prevent redirect after authentication (linking)

github.com/sahat/satellizer - eb6ba61e992c2b5251b1c1756768bb0727bf96df authored over 10 years ago
renamed parseUser to saveToken

github.com/sahat/satellizer - 62e560cac61f4de5fffbb1f0eac9b4902f220f6c authored over 10 years ago
update user profile data after linking account

github.com/sahat/satellizer - 1c74353b8c666fc9d50dced8b8ef1ee37818581f authored over 10 years ago
removed .btn transition to avoid ng-if issue

github.com/sahat/satellizer - 3887acbf95bdd134701f35bfd57e1c1254bb1309 authored over 10 years ago
update user profile data after unlinking account

github.com/sahat/satellizer - 9912f8f78ae372737466d4a0e133e56e98f83407 authored over 10 years ago
isAuthenticated returns false is token has expired. Fixes #108

github.com/sahat/satellizer - c2c40633180dd9789b0965c04e2c60a5116f0a1b authored over 10 years ago
readme: updated configuration

github.com/sahat/satellizer - 8e13b7a39ad95cf97635371fab511db26fcf25d8 authored over 10 years ago
hide login with yahoo button until back-end implementation is complete

github.com/sahat/satellizer - ec09cc9a4d1f2ad4fc8b67f72bc59f66e3234292 authored over 10 years ago
added yahoo provider and popup options are now also passed into oauth1 provider

github.com/sahat/satellizer - 1534dfe8a5bba4d22ce01825f5dce8a7355aa788 authored over 10 years ago
add yahoo sign-in button + styles

github.com/sahat/satellizer - 804547e648447359f7112ddd20fe6a3e4367b025 authored over 10 years ago
updated cdn links to angular 1.3 rc1

github.com/sahat/satellizer - c64b97da787aaa1caf3153b3001f316bf9e9dab3 authored over 10 years ago
updated foursquare icon on profile page

github.com/sahat/satellizer - d55278f60d473c39d0ff4a3f2a827f581b5ccc52 authored over 10 years ago
readme: updated how it works section pt.2

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

github.com/sahat/satellizer - a9af13403d425af563e9929cbc2494c7170f7558 authored over 10 years ago
readme: updated how it works section

github.com/sahat/satellizer - 9b08c45627cd4f1601ae97d24e1387ef60ff62d6 authored over 10 years ago
minor code formatting

github.com/sahat/satellizer - b59b6d43193cdfdbee0dfc8d0692694505f673e1 authored over 10 years ago
Merge pull request #104 from cseeger/patch-1

Broken link in README

github.com/sahat/satellizer - d44241c57dfc569ffdf602a2b504ec89e24487ce authored over 10 years ago
Broken link in README

Fixed broken link for Dropwizard URL

github.com/sahat/satellizer - 10870c1e49a209192300ec83f54753c52efa8e32 authored over 10 years ago
try/catch run block for cross-original exception

github.com/sahat/satellizer - 7789031cf0d739c4257b93d70ac0a0c96073f133 authored over 10 years ago
updated client demo dependencies

github.com/sahat/satellizer - 4fff1ed2391721d43b843523bf3a26293b514af6 authored over 10 years ago
php: retrieve user id using arrow syntax in createToken

github.com/sahat/satellizer - 667fa6e5658333ec5ad4f3ce24f85bb28ffe94b9 authored over 10 years ago
updated foursquare button

added font-awesome 4.2

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

github.com/sahat/satellizer - bd78445bbd656732ef0f69b2c93f1aae1ec00a7e authored over 10 years ago
readme: credits section

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

Dropwizard - allow sign in on signup

github.com/sahat/satellizer - 05597a5cdb72cd6ec47d6a27aff7ee4d9057af5f authored over 10 years ago
Include token in response at /auth/signup to allow login after signup

github.com/sahat/satellizer - 0f487a68da244cbf0a0f09a03f0534d022ad6c88 authored over 10 years ago
Merged with master

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