Ecosyste.ms: OpenCollective

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

github.com/accounts-js/accounts

Fullstack authentication and accounts-management for Javascript.
https://github.com/accounts-js/accounts

Add test for rejected validateNewUser promise

b39cd310df938e707ec37fc3b591000d68db36db authored almost 8 years ago
Added onUserCreated and validateNewUser functions to config

1a950bf46c5f7a7d9b4daaa9bd17d61a9c048f00 authored almost 8 years ago
Exported impersonate type

239fb7048d41016b498d78500bce1b998ccead74 authored almost 8 years ago
Merge pull request #93 from tomermoshe/impersonation

Impersonation

6b2e193852d0e8861c557db5b6ffb6337b676bbd authored almost 8 years ago
fix from PR

502b24a77b0ccaeeb4577be322ed6c711da76a19 authored almost 8 years ago
Merge remote-tracking branch 'origin/impersonation' into impersonation

f65c979c0a3f45e5708f22b7d0d8c8a568ee48a0 authored almost 8 years ago
fix from PR

fb2eebde1bcc1204e910216bbe9cd0ef0404a178 authored almost 8 years ago
fix from PR

b96a3c344221ff7c003472f9e71948156f2d50c5 authored almost 8 years ago
Update package.json

6a5e3d8f16b569b82b81f0ccad071c6863dd66a9 authored almost 8 years ago
Merge branch 'master' into impersonation

9db884cdb3ebc347480d47cd4020dae57b2b337d authored almost 8 years ago
Merge pull request #95 from js-accounts/fix-reset-password

Fix reset password

1fdc8cac406f7ce4347dab8b6ccc446e5cf3e2ae authored almost 8 years ago
Fixed reset password and added tests

d71d16877825f273b760ee51aaa3f765d52aa96b authored almost 8 years ago
added missing await on bcrypt calls

197adcbddff0d27e09d9403b6c670cdd92044f49 authored almost 8 years ago
moved bcrypt to the accounts server

88e0613d10c94a7adae272e6997b33bff2c607ff authored almost 8 years ago
Updated flowtype

1ac4532ccd32acd8f20fa12809220db0be44f152 authored almost 8 years ago
Major overall treatment to make it so password encryption is dealt properly (encrypt on client side -> bcrypted on server)

* Support non encrypted clients as well

c9b926bdece8a9bb55c6b543e7daf87f0a93983b authored almost 8 years ago
v0.0.11

db58e04f015ae0357a83463ae4b027bf5fc9448f authored almost 8 years ago
feat(server-hooks): fixed lint and tests

fc62cd8decaf0b42870bd5faace2cdd6de2782ea authored almost 8 years ago
feat(server-hooks): added server side hooks

32446ac5cfb8b49dbf56ef96b90af40316570b7c authored almost 8 years ago
fixed eslint

d4cbcf72911563a220153e3157d8564fd4290d72 authored almost 8 years ago
fixed a bug in logout function in the client

5851691fc607067bc54b046cb9020eb06220c90c authored almost 8 years ago
minor fix

6f606b4e0de08b196824624935ee7e7abbc9fa0f authored almost 8 years ago
removed f from fdescribe

79c60185cb03fdf8658a9d55853c3868ffad768d authored almost 8 years ago
added more client tests

07238248d38e046932a88dfb75c3127db9b23d1b authored almost 8 years ago
new client tests pass

720b1af213da8e53c591469742e6c0f5801f10ca authored almost 8 years ago
almost done with client tests

707900a62bcc908e95a58601e9ce2748c7c3ce1c authored almost 8 years ago
tests refactor

5a764b0bf6b6c9e9ceba524d809932d0a842c663 authored almost 8 years ago
code format

82f10c6fb7b7c9e2bf3236ae42287463d51d7729 authored almost 8 years ago
added server tests

c3e788bf095262c6a3d5846ee6b3ed7c5b2c76ee authored almost 8 years ago
Merge pull request #90 from js-accounts/custom-email-handling

Custom email handling

193760a88cfa3af87d5a572c7b74d1e5135bca52 authored almost 8 years ago
changed server and client impersonation logic

2b174f0ceef6d9b8fc6b416771002a0c964f844e authored almost 8 years ago
changed server and client impersonation logic

954e1241d8803ae56f13b9dee70abd7fd2e5f1fb authored almost 8 years ago
server code - no tests

8ec1e34cfd1e7802c9c68c138b03ee0b0666dbde authored almost 8 years ago
commit

26055595a3545a0d32811efc8eba4384db7b58cc authored almost 8 years ago
stated adding impersonate function to server

b45c3ff2f07cde7274f5b280414f03bbd7edc56e authored almost 8 years ago
client side initial commit

d970c33b7f3cc1b867a4548a096734e311022bbc authored almost 8 years ago
initial commit

6b2e38499165808e5b7066f11253047ae5124444 authored almost 8 years ago
fixed tab indents

d1738c59526058daad2a54dbe1595ce3e381eb77 authored almost 8 years ago
Changed all email requesting methods to use the configurable methods.

062732d90cae3f0c52eb6201a20c623ac735d413 authored almost 8 years ago
Split email sending into prepare and send method for extra bit of customization

f6023db14a207296391e9f34eb38f85723ccb7b5 authored almost 8 years ago
Fixed tests

5734bb1fcead900d17ddaea9691592c424ee9c66 authored almost 8 years ago
Merge pull request #86 from js-accounts/feat/eager-load-storage

feat(tokens): eager load of tokens from storage

fa37bab1c7bafa93184f97c8409a4f64c0ed1d59 authored almost 8 years ago
fixed lint

f60ef725160020e6f04c0c22efce2eb3e4c44b21 authored almost 8 years ago
added the correct return value type to config

500b68b2606739962a8ff4708cc24b79b3418948 authored almost 8 years ago
Merge pull request #79 from js-accounts/additional-tests

Tests for sendEnrollementEmail and _getFirstUserEmail

f9745c14a2a13d548b1fdb6f7eb309230139db7c authored almost 8 years ago
feat(tokens): eager load of tokens from storage

e50feee9c23fed37d464837a8242dbcc36a0eb42 authored almost 8 years ago
Merge pull request #85 from js-accounts/improve-email-typings

Improved email configuration typings

6ec00d82f0121bbdd1685a46429808b0ebdbcb6c authored almost 8 years ago
Added emailjs config docs link

db162457afb69d26aa74162574320e53a4db287b authored almost 8 years ago
Fix lint

b575b352d067fc2fcc27ea0a3ab08c3c91086e91 authored almost 8 years ago
Improved email configuration typings

bccf01d7a7e979dc624406c206d6c18867f5603f authored almost 8 years ago
Added my modular authorization notes

600a99aa990a5c89ab2054074dfc40f08a752fb1 authored almost 8 years ago
v0.0.10

ae5d09686e65ba6b53405f5396a104d2f7e015a3 authored almost 8 years ago
Merge pull request #80 from js-accounts/feature/sha-password

Password hash support over network transport

f37043850d731e742585f44cb0964ee99ef76b92 authored almost 8 years ago
Added full support for hashed password over network transport

0d0f56958a2e4a112eed56b74ea96afc72309da8 authored almost 8 years ago
Test of sha passwords (meteor accounts)

458b4e870407d8d92c8dda2346463ac85d9ed07a authored almost 8 years ago
Merge pull request #78 from js-accounts/typesafe-config

Added typings to configuration objects on all three packages

8b05cf4578ef68d70a29231ebfac43fb05f69ddc authored almost 8 years ago
Check if the email is valid and changed the typing signature so it will not have nullable email field

cbd1c3f4e24f73390bbfa6589fda8bc18fb3624f authored almost 8 years ago
Check if onSignedInHook is a function

809f75ad3d9a9ab0fa91a5d8cd838334f02c3922 authored almost 8 years ago
Tests for sendEnrollementEmail and _getFirstUserEmail

d6bc2447f0a5fce9433bfff93de1a5b57dad0a2b authored almost 8 years ago
Added missing type defs

146b94d636e61bdd0e65bb4565a97dfac9788091 authored almost 8 years ago
Added typings to configuration objects on all three packages

b3abeb8a27a256a71a76659bf7258a3032f1d121 authored almost 8 years ago
v0.0.9

e2c9713681339fe95c411bd368d40044ffa672e4 authored almost 8 years ago
Merge pull request #77 from js-accounts/feat/umd

chore(build): added support for UMD build along with ES6 build

518f67c728e52410611b092da9a9018202772837 authored almost 8 years ago
chore(build): added missing callback result and return value from loginWithPassword

eeae23683d55c7fbb76ef53109067c357f5a57a7 authored almost 8 years ago
chore(build): added support for UMD build along with ES6 build

bba71456a2d5e5e3d2dfdd81cc602d1f743daf1a authored almost 8 years ago
Merge pull request #76 from js-accounts/feat/redux-store-stokens

feat(redux-tokens): expose js-accounts tokens to redux store

0564a190caff1046669a0eca8d4d3015a365380f authored almost 8 years ago
feat(redux-tokens): expose js-accounts tokens to redux store

840bab8d1fa21b182044972f0977518365716816 authored almost 8 years ago
Merge pull request #70 from js-accounts/password-client

Add password recovery functions to client

6004d3407672632465bfa4f0024f658ef031d0c0 authored almost 8 years ago
Add some tests

8d7718cefa41db2ab7f4850b31be397f592b0394 authored almost 8 years ago
v0.0.8

a9aba6ac27d30a0a6e97fe2028a2fca7b2d41176 authored almost 8 years ago
v0.0.7

5d17a3273a193992b05dc17dee2ba9ffd4028e6f authored almost 8 years ago
Merge pull request #75 from js-accounts/fix-login

Fixed logging in state on failed login

af5b43522560f674a54317bd73489d7af61bca87 authored almost 8 years ago
Revert "Added onCreateUser callback"

This reverts commit a9fc9d22849402b14917e650051bea0b80c32177.

e55c0b62e1255b78afdc64b2f580f63f12a45a20 authored almost 8 years ago
Added onCreateUser callback

a9fc9d22849402b14917e650051bea0b80c32177 authored almost 8 years ago
Fixed logging in state on failed login

5e4cd6c232f38488d6537f176db874bdd7c5bdba authored almost 8 years ago
use null instead of Map for empty user field in store

9864eda4ff23990c5ed441e57c8167fbe5ceeb78 authored almost 8 years ago
Merge pull request #69 from js-accounts/fix

Throw error if no tokens are set when resuming session

ef2c80ee17271ebc117001dffe3f78cec3e973ac authored almost 8 years ago
Fix token test

5423db66e845c39c2394f6d5897fa2ab21378d77 authored almost 8 years ago
add signOutPath redirect to config

b2df6e2954d706392b3b2bb44b41a540061c7f5d authored almost 8 years ago
v0.0.6

62f41de46a7db6f7715c1c45f711dfc13a7ff5a0 authored almost 8 years ago
Merge pull request #72 from js-accounts/improve-validators

Improved the email and username validators

c3b49f9f126af9bf5f943d2c59e34d457c7d0168 authored almost 8 years ago
Merge pull request #71 from js-accounts/bugfix/async-storage

bugfix(async-storage): added support for async storage

2ad928370caf318da88ee121651407a2262a6073 authored almost 8 years ago
bugfix(async-storage): added missing async

451f30130f0f5ae3633d6f79b5b37922c1e13e1d authored almost 8 years ago
bugfix(async-storage): added storage wrapper with async support

ab60f3780ffe59339344338b0a3fa7e290136eac authored almost 8 years ago
Fixed tests

a97271877cefce73108c57f376a217f4c285d741 authored almost 8 years ago
bugfix(async-storage): fixed lint

41967da9e7c6053eefed04426202aee27ff3ac7e authored almost 8 years ago
bugfix(async-storage): added support for async storage

2ed6e077859c2db3904dca74ae6bae61832292e0 authored almost 8 years ago
remove userId

342c7572d76e08b9b2fd43bf54bdc5d63ff76be6 authored almost 8 years ago
Add password recovery functions

96f20276818527186ac01cd162174cae4a3da092 authored almost 8 years ago
Improved the email and username validators

8b9e22423bdca493ea32c40649fdca42004be485 authored almost 8 years ago
Throw error if no tokens are set when resuming session

3b07fa5ea763c3ad719a3242dd639e2ee35b699f authored almost 8 years ago
v0.0.5

bb5eff0225d775cff499b772a50aa464e4d74f03 authored almost 8 years ago
Updated lerna

4c1f3e56993a20d16c0c5d5894e81f494e789afc authored almost 8 years ago
Merge pull request #67 from js-accounts/set-token-storage

Set token storage

ff732f902eeb2b34210c59950a794b87424f5414 authored almost 8 years ago
CR changes

edb25bf54d7735d08758fa491b4c9d5cc64e79aa authored almost 8 years ago
Added token storage

e4ebe8e15955f2ff268957c7050e33caec1ea487 authored almost 8 years ago
Export `TokenStorage` type

2b1ef40e5f3c3d6277fd9c32eaf7dea6553146b4 authored almost 8 years ago
Merge pull request #66 from js-accounts/set-store

Added an option to pass in a redux store

31e3ebc910a68c38610b60b8cfec9b7f5f84facc authored almost 8 years ago
Export the reducer

c26460cb6831ba9d67f5dfecfd7a78cd792cfbea authored almost 8 years ago
Merge pull request #65 from js-accounts/enroll-mail

sendEnrollmentEmail

9aae87fceba78d57ef518afbf8751528b5788b79 authored almost 8 years ago