Ecosyste.ms: OpenCollective

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

accounts-js

Fullstack authentication and accounts-management for Javascript.
Collective - Host: opensource - https://opencollective.com/accounts-js - Website: https://www.accountsjs.com/ - Code: https://github.com/accounts-js/accounts

Added an option to pass in a redux store.

github.com/accounts-js/accounts - 392be48ada9a45cf637865854b6ff139940e0413 authored over 7 years ago by David Yahalomi <[email protected]>
sendEnrollmentEmail

github.com/accounts-js/accounts - 359f9370e5dea52e643b1a4db6477a7a5fd96689 authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #64 from js-accounts/fix-flow

Fix flow and export typings

github.com/accounts-js/accounts - 4b61eb8c760e017669bf276ac15246a90508f145 authored over 7 years ago by Léo Pradel <[email protected]>
Added optional `from` field to emailTemplates type.

github.com/accounts-js/accounts - 01b1370bf71619a0e08bb956d5affdff3f9ff043 authored over 7 years ago by David Yahalomi <[email protected]>
Merge pull request #62 from js-accounts/docs

Add jsDoc to AccountsServer class

github.com/accounts-js/accounts - b2894bd884e9da6d620186bdf0aa358d44c9da42 authored over 7 years ago by Léo Pradel <[email protected]>
Change createUser to an async function

github.com/accounts-js/accounts - 9893121587a12b8279635717353aadaa7b6293b1 authored over 7 years ago by David Yahalomi <[email protected]>
Change back package versions to semver

github.com/accounts-js/accounts - 9b2e36fb93878ccbc19065921248cafd6f10494b authored over 7 years ago by David Yahalomi <[email protected]>
Removed redundant libdef

github.com/accounts-js/accounts - fc5e28a4edad90281e69c3b38c11bbe4583d3205 authored over 7 years ago by David Yahalomi <[email protected]>
* Split flow config back to packages so that we can create external typings without dependency issues.

* Fixed typing issues (now they work cross packages so there were a bunch of new issues)

github.com/accounts-js/accounts - db00fb702a5ed44fbe28d2bef602983b2527f995 authored over 7 years ago by David Yahalomi <[email protected]>
Added scripts to include typings in the package build

github.com/accounts-js/accounts - 6d3630334a990e3c85290ea00feba13da83c51e8 authored over 7 years ago by David Yahalomi <[email protected]>
* Updated flow to 0.39.

* Fixed typings
* Added needed libdefs

github.com/accounts-js/accounts - 568fd0b1cc7d4d5c613c83e6f7680fed6f851d56 authored over 7 years ago by David Yahalomi <[email protected]>
Add jsDoc to AccountsServer class

github.com/accounts-js/accounts - 892bd0e12fdf8bba71d18cb5db069fd6a32ef3fc authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #59 from js-accounts/start-send-email

sendVerificationEmail and setup email

github.com/accounts-js/accounts - 32ae3e643901542ee8307d785a22fa81aea701ef authored over 7 years ago by Léo Pradel <[email protected]>
Merge pull request #61 from KyleScharnhorst/improve-contributemd

Change: improve CONTRIBUTE.md

github.com/accounts-js/accounts - bb892eac23ea2aedff816568a19de517442a3fee authored over 7 years ago by Tim Mikeladze <[email protected]>
Add: suggested changes and additional improvements

devel doesn't always have the most pertinent development code. Replaced with general references ...

github.com/accounts-js/accounts - 018e621e8d6601a7390690ba35d40a982129ef61 authored over 7 years ago by Kyle Scharnhorst <[email protected]>
Change: improve CONTRIBUTE.md

Markdown files can have anchor links, so I thought I'd update the "getting started" to point to ...

github.com/accounts-js/accounts - 8447093411b3df3686fc0c191c8408ccc573dad9 authored over 7 years ago by Kyle Scharnhorst <[email protected]>
Fix tests

github.com/accounts-js/accounts - 6dd3eea51ef1ae1b2ee8391cf37661b2cd06c581 authored over 7 years ago by Pradel Léo <[email protected]>
explain sendMail function

github.com/accounts-js/accounts - 1aba323336079f05660de08daa60938ccb2e6212 authored over 7 years ago by Pradel Léo <[email protected]>
Explain how to use email on README

github.com/accounts-js/accounts - c42d8bed67ee525289f4732ff0dfc1639af7432b authored over 7 years ago by Pradel Léo <[email protected]>
Add an sendMail function option to let user handle the mails part

github.com/accounts-js/accounts - 760e1cfdc64a5e7567cfa9b273b30cd3166fe779 authored over 7 years ago by Pradel Léo <[email protected]>
change addPasswordResetToken to addResetPasswordToken

github.com/accounts-js/accounts - 550aef06b42059b285a5e7d60771d606fa07b1c4 authored over 7 years ago by Pradel Léo <[email protected]>
Add resetPassword

github.com/accounts-js/accounts - 0fce4cb1f9ca5188e6e1f987359cf51ac1be7a30 authored over 7 years ago by Pradel Léo <[email protected]>
Add sendResetPasswordEmail

github.com/accounts-js/accounts - 533520870cdbcdc2da5329a04a34b387aae1f34b authored over 7 years ago by Pradel Léo <[email protected]>
generate the token in sendVerificationEmail

github.com/accounts-js/accounts - e3d9077e59295ab81eefeec4a52aef909736d100 authored over 7 years ago by Pradel Léo <[email protected]>
fix route and missing param in verify email

github.com/accounts-js/accounts - aa3e052470fee8fd3311f43776dc5dca57c9f37a authored over 7 years ago by Pradel Léo <[email protected]>
sendVerificationEmail and setup email

github.com/accounts-js/accounts - c9bcecf75eb4249549ff7f31a49806d7cd69ee3f authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #57 from js-accounts/fix-config-error

Config need to throw when no db object is passed

github.com/accounts-js/accounts - cfb419e7640e0908783f6ad6435bab956d497970 authored over 7 years ago by Tim Mikeladze <[email protected]>
Fix the failing test

github.com/accounts-js/accounts - 4d9da89ca1b8214ebeea65ef68f272420ff8daa3 authored over 7 years ago by Pradel Léo <[email protected]>
Config need to throw when no db object is passed

github.com/accounts-js/accounts - 4769d349ff2e3a138b469afee26391c3dc0cdf1c authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #55 from js-accounts/update-readme

Update ready.md

github.com/accounts-js/accounts - 800b81ac420a3e6c647055529ec599e4ed3ff2ac authored over 7 years ago by Léo Pradel <[email protected]>
Update sql part

github.com/accounts-js/accounts - 73e355e28b4a795de7700fa2ad868063bffb772b authored over 7 years ago by Pradel Léo <[email protected]>
Update ready.md

Add a link to the rest-example repository

github.com/accounts-js/accounts - f377d1049b18ecfc7c4c669b16f12eb2c17f4b9d authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #49 from js-accounts/only-use-class

Return directly a new AccountsServer object

github.com/accounts-js/accounts - d01a00bf55045c21ce16a81a5235d9a53d6ce348 authored over 7 years ago by Tim Mikeladze <[email protected]>
Add some tests

github.com/accounts-js/accounts - 4f64b39bc6a94f6d7ea934f94d26ff8f95f31e76 authored over 7 years ago by Pradel Léo <[email protected]>
Fix options function

github.com/accounts-js/accounts - 2f28b47e1b88dfab1d81ad9912d0099f33568d73 authored over 7 years ago by Pradel Léo <[email protected]>
Merge branch master and resolve conflicts

github.com/accounts-js/accounts - 119557fb600b7a3671a8130bae647ebf2fa5a9f7 authored over 7 years ago by Pradel Léo <[email protected]>
Updated lerna

github.com/accounts-js/accounts - b2a77bc4e4b6659be3a76e11a1cb28992613b773 authored over 7 years ago by David Yahalomi <[email protected]>
Merge pull request #52 from dotansimha/feature/custom-token-validation

Feature/custom token validation

github.com/accounts-js/accounts - 9f0439bbb66c79850a06d51c70ad053c1ac9000d authored over 7 years ago by Tim Mikeladze <[email protected]>
feat(session-validation): fix all lint errors

github.com/accounts-js/accounts - 42975d2bbd35006c8a5f8a66e67b9acab604641d authored over 7 years ago by dotansimha <[email protected]>
feat(session-validation): implement resumeSessionValidation

github.com/accounts-js/accounts - 894893b3ee90ad118ff8ce74bb106b59608cc4e2 authored over 7 years ago by dotansimha <[email protected]>
Merge pull request #50 from dotansimha/feature/passport-auth

feat(authenticator): add custom password authenticator

github.com/accounts-js/accounts - 4a5bda06b892c7cdb6c2cd5897600e365ba80ef2 authored over 7 years ago by David Yahalomi <[email protected]>
feat(authenticator): merge

github.com/accounts-js/accounts - 940de06400f1f83d99a1c75e811ef6f654e9c0a5 authored over 7 years ago by dotansimha <[email protected]>
Merge branch 'master' into feature/passport-auth

# Conflicts:
# packages/server/src/AccountsServer.js

github.com/accounts-js/accounts - 1c68a5e9842f8e8878aadfad50896c2556dbd4b4 authored over 7 years ago by dotansimha <[email protected]>
Merge pull request #41 from js-accounts/refactor-errors

Refactor errors

github.com/accounts-js/accounts - 8655f5436cd2bcca4bea3f8ed5c8db9847b580a1 authored over 7 years ago by Tim Mikeladze <[email protected]>
Fixed lint errors after rebase

github.com/accounts-js/accounts - d04f9bb2ebc2ad4bfd71ce1a623c6ce2237718ae authored over 7 years ago by David Yahalomi <[email protected]>
Fixed failing tests due to an issue with babel 6: https://github.com/babel/babel/issues/3083

github.com/accounts-js/accounts - b05428fe5adb787e68948e24d6549fbe1f7d7540 authored over 7 years ago by David Yahalomi <[email protected]>
Flow fixes

github.com/accounts-js/accounts - 7229e799a5accf3a84d18092161253e268ceffa9 authored over 7 years ago by David Yahalomi <[email protected]>
Refactored accounts error class. Removed apollo-errors dependency.

github.com/accounts-js/accounts - 8e6bbb70a611cce6be039633dd6ab8683da7ab7a authored over 7 years ago by David Yahalomi <[email protected]>
feat(authenticator): use same signature and added unit tests

github.com/accounts-js/accounts - 52bf46f328ecf627099290d48a857a8b535b4afd authored over 7 years ago by dotansimha <[email protected]>
Move flow config to root directory

github.com/accounts-js/accounts - cef2199021276d3ec1385e23ea3c70985fe3be8e authored over 7 years ago by David Yahalomi <[email protected]>
feat(authenticator): add custom password authenticator

github.com/accounts-js/accounts - a38d1d9839b48ff15014d153befb6398544b6894 authored over 7 years ago by dotansimha <[email protected]>
Return directly a new AccountsServer object

github.com/accounts-js/accounts - d27cc3a1c8532daff274a91732385dffc865886a authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #47 from js-accounts/email-reset

Verify email

github.com/accounts-js/accounts - 639044122b9cadbe1a48e7839d4ee66c01274898 authored over 7 years ago by Léo Pradel <[email protected]>
Add services to UserObjectType and change generateToken name

github.com/accounts-js/accounts - 3174d2f0c57a61779372f95c201a2d82c43110b8 authored over 7 years ago by Pradel Léo <[email protected]>
Add generateToken functions for the dbs packages

github.com/accounts-js/accounts - d761cdc216c8cb77376bd3d71e357b09c938074f authored over 7 years ago by Pradel Léo <[email protected]>
Add changes to Accounts

github.com/accounts-js/accounts - 0187e35f51a55196245986890fa395e560bafee9 authored over 7 years ago by Pradel Léo <[email protected]>
verifyEmail server logic

github.com/accounts-js/accounts - bb90900046e151cc6e642ed17a6a2fdbb63bcfe0 authored over 7 years ago by Pradel Léo <[email protected]>
Merge pull request #45 from js-accounts/resume-session

Sessions and user info

github.com/accounts-js/accounts - 9948d8f747909d1b2be59ed4d35bc15258f36097 authored over 7 years ago by Tim Mikeladze <[email protected]>
Remove user and userId functions. address code review comments

github.com/accounts-js/accounts - 730a84f725f7164fbcd31c5b22ef9da478093b67 authored over 7 years ago by Tim Mikeladze <[email protected]>
Added user function to fetch signed in user info

github.com/accounts-js/accounts - 85a5e40da567c74a321bbd74a24130da2f31929e authored over 7 years ago by Tim Mikeladze <[email protected]>
set and update profile

github.com/accounts-js/accounts - 65d024493d6d086b191a734958b73c0e3a5ad6f2 authored over 7 years ago by Tim Mikeladze <[email protected]>
Add userId function

github.com/accounts-js/accounts - 189b89420a34456f4b0234c2da6451fe04243aa8 authored over 7 years ago by Tim Mikeladze <[email protected]>
Clear user id on logout

github.com/accounts-js/accounts - 3c6bdfcae7ce52f80add73618da220783f4f14f1 authored over 7 years ago by Tim Mikeladze <[email protected]>
resumeSession

github.com/accounts-js/accounts - ff15ceca9e4f8f5851a7d46aeaac4d7e06ced7f0 authored over 7 years ago by Tim Mikeladze <[email protected]>
Merge pull request #39 from js-accounts/unify-lint-config

Unify lint config

github.com/accounts-js/accounts - 01eae9e3a13e49e7dd42c556c497eedcfff9604d authored over 7 years ago by David Yahalomi <[email protected]>
Fix lint whining about async func returning and awaiting for value. Apparently this hurts performance a bit.. (http://eslint.org/docs/rules/no-return-await)

github.com/accounts-js/accounts - c56c259efed9c68b6a13552bbdb295828dd2c68e authored over 7 years ago by David Yahalomi <[email protected]>
Added yarn lock again for the root dir, just because it's quicker to install packages and wasier to run scripts with

github.com/accounts-js/accounts - 76ae3742aeea22801d59993b0a86812a18640ec4 authored over 7 years ago by David Yahalomi <[email protected]>
Moved lint to the root directory so that will be only one place that will control code style for this repo

github.com/accounts-js/accounts - 898a6d9eb8dd494b5a3d8d608edb79e5102eb86a authored over 7 years ago by David Yahalomi <[email protected]>
Merge pull request #38 from js-accounts/fix-dbinterface

Flow conditional return

github.com/accounts-js/accounts - 6cccb8abd5677d129df4537e6418a789deb86e06 authored over 7 years ago by Tim Mikeladze <[email protected]>
Flow conditional return

github.com/accounts-js/accounts - 48e1668263f78fe3cd9c4857a5172876c8507a89 authored over 7 years ago by Pradel Léo <[email protected]>
Merge branch 'babel'

github.com/accounts-js/accounts - dae7ac8bfdb2c8c5de5a3725eeb1c64b31de3147 authored over 7 years ago by Tim Mikeladze <[email protected]>
Use babel instead of webpack to compile package for publis

github.com/accounts-js/accounts - 91be47c0d419f100903c9a01c5c6633b80b6a7ba authored over 7 years ago by Tim Mikeladze <[email protected]>
Updated npmignore

github.com/accounts-js/accounts - f10913bbc7cc849bb533aef79ded86e1f2380641 authored over 7 years ago by Tim Mikeladze <[email protected]>
Added publish config

github.com/accounts-js/accounts - 1348cb2390d20f4edca4ae677eb8e9b50bd65f80 authored over 7 years ago by Tim Mikeladze <[email protected]>
Merge pull request #37 from js-accounts/lerna

Reorganize into mono repo, logout improvements

github.com/accounts-js/accounts - 4ac355f9edcf10383e62e8bfca67c793f3579b3e authored over 7 years ago by Tim Mikeladze <[email protected]>
scripts improvements

github.com/accounts-js/accounts - 8e1f7fd696d9dbf4e3e257d3fa943b5106690051 authored over 7 years ago by Tim Mikeladze <[email protected]>
Clean up packages

github.com/accounts-js/accounts - 61b1655984954d5fa10a01b6b3d2b28633c7047e authored over 7 years ago by Tim Mikeladze <[email protected]>
Typo fix

github.com/accounts-js/accounts - 3fa827ab7c85bc1344466b17c2dfcc0d6aee748b authored over 7 years ago by Tim Mikeladze <[email protected]>
More ci fixes

github.com/accounts-js/accounts - 8082750b1c65788cbfc561f2f3acafeee4f614f7 authored over 7 years ago by Tim Mikeladze <[email protected]>
Fix circle

github.com/accounts-js/accounts - 0d22c27fc0e866136cddd815690da1124576d1fe authored over 7 years ago by Tim Mikeladze <[email protected]>
Some more lerna work

github.com/accounts-js/accounts - d2501990e1c7df2d9666eff26a225850f77256c1 authored over 7 years ago by Tim Mikeladze <[email protected]>
Initial lerna refactoring. Tests are passing

github.com/accounts-js/accounts - 209c1675ea8343d00fbcda2f51552b5e24fe60f2 authored over 7 years ago by Tim Mikeladze <[email protected]>
Server side logout code

github.com/accounts-js/accounts - d8fd16b6b7acf97797a8bbf105842c16f88c8526 authored over 7 years ago by Tim Mikeladze <[email protected]>
Throw error if logout fails

github.com/accounts-js/accounts - b62668dbb04ff8bef5dc21eabcb65c912ab873aa authored over 7 years ago by Tim Mikeladze <[email protected]>
Only encode session id in tokens. Replace resume session with refresh tokens code

github.com/accounts-js/accounts - 22da48c9d088fdec3edb756965089c9c693be738 authored over 7 years ago by Tim Mikeladze <[email protected]>
Merge pull request #35 from js-accounts/devel

Add configurable prefix to avoid local storage key collisions on the same domain

github.com/accounts-js/accounts - c1e1571ce039bc4aca71f14f7ca7033fcd0b7113 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Add configurable prefix to avoid local storage key collisions on the same domain

github.com/accounts-js/accounts - 9bb76c94aad34dca49f489b04d2578aa6279e25b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge pull request #34 from js-accounts/devel

Token and session management

github.com/accounts-js/accounts - 20b1663f2450168417c64767de978be1c8d60e70 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added missing ip and userAgent parameters to method call

github.com/accounts-js/accounts - a39060df2feb795959d823160667aab7de9f69c9 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Rewrote session code

github.com/accounts-js/accounts - abf983cf5a040022f82b8690701d3eae3093646b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Working on resuming sessions

github.com/accounts-js/accounts - 2911fd500c6d00e13cc6041509afc009ea3abd0b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Encode session id inside access token

github.com/accounts-js/accounts - e33ab9b4e0c471f3d7dc7b2cac7c60a5c6397743 authored almost 8 years ago by Tim Mikeladze <[email protected]>
call onLogout on succesfull logout

github.com/accounts-js/accounts - 8debfbe1fae8a0b69e009efdc8211d9b54744e43 authored almost 8 years ago by Tim Mikeladze <[email protected]>
AccountsClient.logout method

github.com/accounts-js/accounts - 3a3fffdbd41e4c41ff57b641b45be586afd0f181 authored almost 8 years ago by Tim Mikeladze <[email protected]>