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

updated auth, local, utils tests

d351897a01d0815929a299e1e091ad3217353beb authored over 10 years ago
removed userFromToken

2f5873e45c90c98189feef899d9ac279daa9773a authored over 10 years ago
cleaned up Object.defineProperties

a0c2647114ffb0a09d23502acb3abecb0cab80e0 authored over 10 years ago
removed config and provider plain objects

1d2355c0f52ce198892d6ff43f3ab8d18cb0473d authored over 10 years ago
removed config.user since jwt no longer has the user claim

5558681da46b3284cd29a510c05da54bb6bd1520 authored over 10 years ago
namespaced popup service

2a229a3106e7faf819bce280d8f7528242f3f6df authored over 10 years ago
namespaced oauth1 and oauth2 services

b9257d044f6f7b5f33125b5416916fcff6341058 authored over 10 years ago
oauth1 returns a constructor function

42e66b83af7b50e30dff8b89f472a5f0655ece16 authored over 10 years ago
oauth2 service refactoring

e02d84f8a5c2e025631c780fdecc9bd793691067 authored over 10 years ago
oauth2 service returns a function constructor

129a2ad4492711861cec6c78402ab5cbd8b75917 authored over 10 years ago
provider setters use config service

0b4088bc3d0d4b22dac87fcca3c7725bd499c632 authored over 10 years ago
added constant service with all config options

cce3670ffd423849276794da34d52e865b5fcdd4 authored over 10 years ago
namespaced local service; updated tests

fabe71ba37af11c7ad1227b272727d70ef018833 authored over 10 years ago
Fixed ExampleAuthenticator so it compiles - may not need this class later

4a0a9cf52622927cdad26c4597d938ad34bd9faa authored over 10 years ago
Implemented POST /auth/facebook endpoint

880db4fd6532ad8a87d535b1ff2cabc6b8dbd88d authored over 10 years ago
Added configuration for client secrets in yaml file and config class

7b7cca7e3bd542f4584d4401f5eba4fd82fb1034 authored over 10 years ago
Changes in schema: password and display name should both be nullable

6d9ee3c398067a268fcea94bdb1525b9026eb8ad authored over 10 years ago
Added named queries and dao calls for users

33e791a17e08ba8d77f6c6cf368ff7c889434e92 authored over 10 years ago
namespaced utils service

27f8e2308eeced62292d5d5dd1fd60b67a285716 authored over 10 years ago
Added jwt, joda-time and commons-lang3 dependencies

51cb1b8ccbc322a6a07cc83d8fe27be7e52e980c authored over 10 years ago
lowercase satellizer module name

8492ade2567576f73bff094af74d62599ed11bc9 authored over 10 years ago
reverted client ids

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

5ea6d9761cd4269b63f49148034d35f0e90cb13f authored over 10 years ago
readme: updated todo section

0d4c02e85c73289c5a6b9d06cd561333f7bb57f0 authored over 10 years ago
Merge pull request #61 from DrkSephy/master

Updating e-mail validation for signup view in examples

2886a59edffb85ee67bca45749589bf017fee2f9 authored over 10 years ago
Merge pull request #64 from chena/app-bundle

Moved app.js back to root and changed app bundle in DW project

c60cbbc0077b1f9f191258b802da9b6309f4a40f authored over 10 years ago
Moved app.js back to root and changed app bundle in DW project

100b4cdf164a62a0dd3f580d90dbf722136a55f2 authored over 10 years ago
Update README.md

87b817629ac0453c4cb65acd834a3b4f16fe94d2 authored over 10 years ago
readme: updated api reference

8278102beaf95c995f9d059b7f3fe1b6bcd7bc1c authored over 10 years ago
php: fixed twitter auth

580edc48661a7cecb9cee646828196c77547582b authored over 10 years ago
php: fixed foursquare auth

03a68cd9b5b2ab06c579049f557dcf58137b13ff authored over 10 years ago
php: add space between firstname and lastname on foursquare and linkedin auth

793f23c7bb8fc745cf18029dca551b342a412e0e authored over 10 years ago
php: updateUser should return a token

d50551c309476e0478f8e7126bc0733d1b3ffc43 authored over 10 years ago
php: refactored createToken function into BaseController

970242923eff511b57a68c119c1b4d38322d982d authored over 10 years ago
php: implemented GET and PUT /me controllers

668285ab5d3ea1c95b138ee6590d07472ee893b8 authored over 10 years ago
php: auth filter similar to ensureAuthenticated

935285d9feb80666858757e59150ddb1b32b8c69 authored over 10 years ago
php: run filter (loginRequired middleware) for some routes

8a7691503efd66468d63f120eabf8ac27a4ae400 authored over 10 years ago
php: required guzzle oauth1 plugin

d8ecdd1934d87a06c3f44af2f31be21e87cfa963 authored over 10 years ago
php: use parent client folder as "public" directory

3411c6178dac9674afa881655e3effdea5a5b424 authored over 10 years ago
Fixing regex

7c8d37027b07b029d54bbc2df527dce77a0896e5 authored over 10 years ago
Updating e-mail validation for signup view in examples/client

05b4401013526f8f90ab0a0136aa1d303c6f6598 authored over 10 years ago
php: auth unlink function

e82923e5b933bb49eefd23810e567db0b66e71e3 authored over 10 years ago
php: foursquare authentication

94cf234c2620c93b27abe390bd00a5d7e169526b authored over 10 years ago
php: linkedin auth; updated token payload

c3ad41f113136555e7d105bc81e489ac86b8a016 authored over 10 years ago
php: use payload['sub'] instead of payload['user']['id']

98ff2305857780d994d1ee5f5d771b44b75de1ee authored over 10 years ago
tools: added gulp task for java

663acddce72e99c66aa19230c74bcba1fab28cc3 authored over 10 years ago
moved client-side demo's app.js into app folder

The minimum compromise to get static assets to work with Java's Dropwizard framework.

64896f6c7889e12890073b2fb7d34ac93d51a22a authored over 10 years ago
Merge branch 'chena-dw-rest'

1f2d792a41d6cf651f32816bc2cfa944ac5444a5 authored over 10 years ago
Merge branch 'dw-rest' of https://github.com/chena/satellizer into chena-dw-rest

be94b57731c4139c895e91a98cf7d3c6852308ff authored over 10 years ago
Changed port to 3000

ec9cee22d569aee6c2f37b05444c27e7ca78e5cf authored over 10 years ago
Clean up configuration

a1bafe601a1e7b51909fe18e932850f55244f553 authored over 10 years ago
Added /api prefix for /me URI

adcccdc7fa7134eaf9c56b74dd3f4191c8a39a46 authored over 10 years ago
Added AssetsBundles for static stuff

cf4d8823b68107155029e0455a2cd2df70b9b23d authored over 10 years ago
Removed unused dependencies

1b63d3b89b5e58b0000301ff7b5fcecbe4606afc authored over 10 years ago
Added ApplicationContextPath in yaml

dd451c43ee99d7f2e2f9207c825b9788eb2f5bc2 authored over 10 years ago
Merge branch 'dw-rest' of https://github.com/chena/satellizer into chena-dw-rest

a4f035217cdb30ffc2e99ea9a0d14dabceec8027 authored over 10 years ago
Added ClientResource class

209f169254256b823ecd9fdf8a5b78cb51757a15 authored over 10 years ago
Merge branch 'dw-rest' of https://github.com/chena/satellizer into chena-dw-rest

5f2d9a12b3b8b8f8872331b8bf7919d813e2e112 authored over 10 years ago
Merge branch 'dw-rest' of https://github.com/chena/satellizer into chena-dw-rest

4508106c0e687e0dc8c5dc20c294039628418e27 authored over 10 years ago
Updated User entity class

d46bdaf62415e2ed6819f11985d2bc4b09c43752 authored over 10 years ago
node: use user._id for sub in createToken

fcf71acf1e6fdf2f59d956d92dc0ecf4cf90c19b authored over 10 years ago
Adde UserDAO with base implementation

56589c92e81213d51dd3208525c9f7d781f5c14e authored over 10 years ago
Added bundles and registered new resources

8735ef0fbe9bcfd542e6a5ced96a6d3d16461092 authored over 10 years ago
UserResource base imeplementation

e5f2b5b9fd27e814067b0f0bf13474e1ae0cdad5 authored over 10 years ago
AuthResource facebook endpoint WIP

39e249613e23cf52d4071beb78e2d5958a73a5d7 authored over 10 years ago
Added bcrypt and dw-client dependencies in pom, modified Configuration

14c5881df8e136246ac72057d0d48e7841799b95 authored over 10 years ago
Added password service with bcrypt

935df36c327886895c3a608eb8e6625e9dbf136e authored over 10 years ago
Modified yaml file with assets config

49d853ef1ea90b47c79fe79d5072b531ea6ecbbb authored over 10 years ago
Merge branch 'master' into dw-rest

5eb6374af0ab2080a223502f5e63acc20ef04a59 authored over 10 years ago
Adde User class

946305388da44a441d97b14f855f360dd9eb26c6 authored over 10 years ago
v0.5.0

13450fed1afd77dde89d151f39a5974b155aa2c5 authored over 10 years ago
node: updated heroku https middleware

75f092f04e144357b12fdfc0b4fbeded35e355e1 authored over 10 years ago
node: heroku https redirect

d68fa708b973fe64acdbdd10fa275c8e1ccbd8ad authored over 10 years ago
readme: updated demo url to use https

5acf9a9f96189e3849a72637a40eacd1cedb322a authored over 10 years ago
updated ionicons cdn url

4d7e6d2623e8dd103e85f3d6d9d863725dde4561 authored over 10 years ago
readme: cdn link

86ccd4cad68773462278ab0cb647b52ad9f280c4 authored over 10 years ago
removed http prefix so it works on https as well

0955192293f0e806fe322ede0447243a7812be5e authored over 10 years ago
node: check if user exists after findById

c18244ccb45b63442f9aff6acfa39977ee7c8590 authored over 10 years ago
node: check if user is defined before updating the profile info

a0f502cd518aeaabc9e513ab1d137dc00513e684 authored over 10 years ago
Removed ftl and mustache views that we don't need

6e7198b672927dda11b8a81b1c225d5f9b1bb69a authored over 10 years ago
Modified gitignore for Java

262c19204379767760382abc912f3bfb5ab26c26 authored over 10 years ago
Merge branch 'master' of https://github.com/sahat/ngAuth

729c9fd2b672a75fc09197bec9df7151eda78b3a authored over 10 years ago
Merge pull request #53 from giorgiofellipe/master

Signup Autofocus

f22102eeb310202cb957dffb22816a90fc422107 authored over 10 years ago
Merge branch 'sfwc-base64url'

Conflicts:
satellizer.min.js
test/localSpec.js

40caa314fba71c0e60ddeef5ab98753135695089 authored over 10 years ago
Does not makes sense to autofocus in the second form input wherein the first is required too

36921fcdf6d2866e668b1f3d9217b856939f57ac authored over 10 years ago
removed ngAnnotate

ddf2ab20f93705ea9fec2500c6fce10d986fa977 authored over 10 years ago
Merge pull request #49 from ChocoShell/master

General fixes: Added missing imports and commented out code not being us...

29bbf76c46e7ba6135a109540825351b6eecfc0d authored over 10 years ago
passing tests

2507013e52cbdd8614c34ac6d4b33a7d139baeac authored over 10 years ago
use inline annotations, fixes #47

fe9de444307058e82e9c2fdb206e98155e82092d authored over 10 years ago
node: use payload.sub instead of payload.user._id

c5f7e92e44cb1a2531dccd909d3d9b52ecaf585f authored over 10 years ago
backwards compatible with currentUser

8a9635dabeebe908d5158e20072bd9f3fb1f05ad authored over 10 years ago
Modified migration with users schema

53964cbc10ee0fabcf1a99507734f19ec1454a87 authored over 10 years ago
if payload.user is present use old behavior otherwise use isAuthenticated

d33896fbda0160b09de7bd52053ef3010a52803a authored over 10 years ago
Handle base64url when decoding token payloads

4c15da96ebdecbdf840d83c836120f267b8a8b91 authored over 10 years ago
Add test for base64url token payloads

c9d19a8477e7e65286abd75c7b63023333daf363 authored over 10 years ago
Fixed resource filenames

41172f952bcb601f84f75de0c0529bce2ec742ec authored over 10 years ago
Added REST endpoints skeleton

e9cb99da625941d15109a181070cea545dbfb5ab authored over 10 years ago
use isAuthenticated to check sign-in state instead of currentUser

ffce4707f4be70c62e616312cda5550e5d3e6e83 authored over 10 years ago
routeChangeListener now redirects to loginRediect instead of hard-coded '/' path

a888d148754c41d4c943afdc2646fe626a562e47 authored over 10 years ago
meta tag for ssl certificate

301fe7a838d3f67c7f622cee2cf0994479d97678 authored over 10 years ago