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

Merge pull request #30 from js-accounts/devel

Create user and login with password

github.com/accounts-js/accounts - 78245a1da5d35602b872048768c8b66fe46ad2e9 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Mock history object in tests

github.com/accounts-js/accounts - 0674d1694e70519361f475ff944777d3d0b4dde4 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Add user getter

github.com/accounts-js/accounts - 4fe8cc702fb074cff3e08c248a7037dac5e7fc1e authored almost 8 years ago by Tim Mikeladze <[email protected]>
Create store in AccountsClient constructor. Improve error handling. Added reduxLogger to client config to allow logging

github.com/accounts-js/accounts - 6261ad660a2f7c4c21997c28ea0a01fab7078ffd authored almost 8 years ago by Tim Mikeladze <[email protected]>
Add redirect functionality on sign in

github.com/accounts-js/accounts - 09af465c9edb72a26925881b6eb57d0ae25856c3 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix typos

github.com/accounts-js/accounts - 2546ed73a2e8a87467e942d939bf0a33746bce99 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Store tokens in local storage on succesful login

github.com/accounts-js/accounts - ecc413d7b86a88e2d932f770b9a1ea0d8bfba73b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Use await syntax in verifyPassword

github.com/accounts-js/accounts - 86594ec522a5678688f6e42de9d60250d9707c74 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge pull request #24 from davidyaha/design

docs(Design): Started a design document. Added packages structure

github.com/accounts-js/accounts - c7929a0fbebf013a2106a83c48666ad9c3f2448d authored almost 8 years ago by Tim Mikeladze <[email protected]>
Login with user id

github.com/accounts-js/accounts - 7afdd5339f7d9069901dd607103f4b9f0dac6bd2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix parameter type in tokens functions

github.com/accounts-js/accounts - 89e46bdd118c05c366c54c006bb40f4f504dee04 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Generate tokens. Fixed some linter errors

github.com/accounts-js/accounts - 5696e492b845fe46cd606bf56bb3bc594847b454 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Remove onlyId parameter

github.com/accounts-js/accounts - 68c2c0a74c32f696d5effc7fb825d4cdfffa96f2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
assign options in accounts server

github.com/accounts-js/accounts - 39e2fe55809af4be5a9bb156e59eec0ce0a7fc4a authored almost 8 years ago by Tim Mikeladze <[email protected]>
Disabled flow linting of implicity typed email in validation function

github.com/accounts-js/accounts - d36ed7251e6fad1e3de89d4eed62db28d7c5bd10 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Code cleanup. Refactored types

github.com/accounts-js/accounts - 8699ab203cb753a442ed36e5c69665d158c00f07 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Test that transport is called in loginWithPassword

github.com/accounts-js/accounts - 84512dd4386caed8501af5282c4adec879cac3d6 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added isEmail

github.com/accounts-js/accounts - 54f8b2360cc8e91bd1d7824e0518ebbe107b1ba4 authored almost 8 years ago by Tim Mikeladze <[email protected]>
export isEmail function

github.com/accounts-js/accounts - c894999daa435417c6ac32ac0ce6f88371691693 authored almost 8 years ago by Tim Mikeladze <[email protected]>
email and password function types

github.com/accounts-js/accounts - 147b4f3680ffa7a70ab3ebba35e407a20b6fb11d authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix encryption export

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

github.com/accounts-js/accounts - c0763635f5a1eaae608342a0008e942b159889b2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Updated DBDriver return types

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

github.com/accounts-js/accounts - 0d4b652fc81deee2789df240f9f4626c932eb318 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added passing hashing and verification. Added types to DBDriver

github.com/accounts-js/accounts - 4210dcc05a86267ca3660fc49603cfd47c73c4c6 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix library name in webpack config

github.com/accounts-js/accounts - e2f0a4ea3601d50c9f40667b3d0b23a0bec6ce43 authored almost 8 years ago by David Yahalomi <[email protected]>
docs(Design): Updated design diagram according to remarks

github.com/accounts-js/accounts - d645d7c9e92d3952f60ca7a2be46cc8d2f19d5ed authored almost 8 years ago by David Yahalomi <[email protected]>
Added server config to client

github.com/accounts-js/accounts - 2ed0d751d0f2a653b063c41d5df5022783a3e57b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Additional test case empty user object passed to createUser

github.com/accounts-js/accounts - 687ac3f15c4ced36ca7fe51b35bafaee47ef4268 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added options to server

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

github.com/accounts-js/accounts - cb1c14a14838d6aa1731d16f7bb68d528f0f67e4 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge together client config and ui config

github.com/accounts-js/accounts - 1819c868c1600f40d0fa93d0d357cda8a08a9440 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added wallaby config for jest

github.com/accounts-js/accounts - 5dcc291841511b9efbd157bfc9ae1814adeaad49 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Setup jest (#28)

* Setup jest

github.com/accounts-js/accounts - 5cad06d0a1a84696ceee1c0439819ea5f4ac7ed1 authored almost 8 years ago by Léo Pradel <[email protected]>
Merge pull request #25 from js-accounts/create-user

Server side Accounts.createUser

github.com/accounts-js/accounts - cf883ce1d8ebe0dae62642ebdafa7199455be24b authored almost 8 years ago by Tim Mikeladze <[email protected]>
Uptook code review commends.

github.com/accounts-js/accounts - dcae22cb5258d7bb6f721656b4ca60bb34526538 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge pull request #27 from js-accounts/circleci-yarn

Circleci yarn

github.com/accounts-js/accounts - 4a4e51e2c47a779f1f90aabab76b04a5018e07b2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Make circleci use yarn

github.com/accounts-js/accounts - 7b1b578e97e8fdb93eb9b3b812d83e34ddc2bcdf authored almost 8 years ago by Pradel Léo <[email protected]>
Server side Accounts.createUser

github.com/accounts-js/accounts - 750fa0ea19ae6a8fc9db583b655f3dcd239bc760 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added Flow annotation to AccountsServer. Pass profile in userCreation

github.com/accounts-js/accounts - 5d2086f1cf61d37de381a65171af2dbeea3cd8cf authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge pull request #23 from davidyaha/improve-flow

chore(flow): Added type declarations for accounts and made eslint and flow check happy

github.com/accounts-js/accounts - 6b23b49f66166c71451c2b1949220b8286e18ee6 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added active development note to readme

github.com/accounts-js/accounts - 732b5c9ed6aa96da5383784e039405a3cbdc890a authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix broken link to image

github.com/accounts-js/accounts - 2400f20ff6ced638363ac589a304cb25d55c5209 authored almost 8 years ago by David Yahalomi <[email protected]>
docs(Design): Started a design document. Added packages structure

github.com/accounts-js/accounts - 8b930f28f56a6b9d4d12630a7594318efc668bba authored almost 8 years ago by David Yahalomi <[email protected]>
chore(flow): Added type declarations for accounts and made eslint and flow check happy

github.com/accounts-js/accounts - 242d8dbc3864cc7fefbbed087e05ab73309b0119 authored almost 8 years ago by David Yahalomi <[email protected]>
Working on adding Flow and JSDoc linting ruleS

github.com/accounts-js/accounts - b3f8982c3744e03affd793e3601b8b457abcec31 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added title to defaultUiConfig

github.com/accounts-js/accounts - a8d86bb83cab033c0a79b5816cdb0dcec9fe25d7 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added client ui config

github.com/accounts-js/accounts - 291f9ac631f397f764adbc64f2ccfac136bafbf6 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Removed extra todos

github.com/accounts-js/accounts - d530297487f9ba01e6371939971e5366ab9d11be authored almost 8 years ago by Tim Mikeladze <[email protected]>
loginWithPassword callback tests

github.com/accounts-js/accounts - 422eb1f7553508db5d34ca48bdd13329ad200bc3 authored almost 8 years ago by Tim Mikeladze <[email protected]>
loginWithPassword error tests

github.com/accounts-js/accounts - 07a1cd9ab0d0543b05875cfa2b0a47799d98d1d9 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Reorganized code

github.com/accounts-js/accounts - 50e08f6d958c1e218d32d645d06d314c5de5a530 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added TODO

github.com/accounts-js/accounts - 2a244ee768482e84707a335a47edb574548287a2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added TODO

github.com/accounts-js/accounts - 8726d912ba9c7e1da5a49876480db09f528dbd43 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Callback tests for user creation

github.com/accounts-js/accounts - 2bcee56959ebe33f1808b052a5a27517407a2ba7 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Some basic validation for AccountsClient.createUser

github.com/accounts-js/accounts - 0766b81af866d0e1681168449272399633370451 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added missing method stubs for login

github.com/accounts-js/accounts - d66b50bb1c3f3f0d809598a2dc26dd3f8bba6f13 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Stubbed out API

github.com/accounts-js/accounts - f7d04d44d2a70030ccca9f755b6dbfa0878e7298 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Began breaking up into AccountsCommon, AccountsServer and AccountsClient

github.com/accounts-js/accounts - 5967344fc99ec438966e7eeed945e01876bc6e88 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added immutable redux package. Removed old files

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

Accounts login

github.com/accounts-js/accounts - 38f58d3e02a195cddf3f98a8ba0dfa05ac8341b3 authored almost 8 years ago by Tim Mikeladze <[email protected]>
logout user

github.com/accounts-js/accounts - 7c2942605064f8659a7083e65ced30ec1e766015 authored almost 8 years ago by Tim Mikeladze <[email protected]>
rename getAccountsState -> getState

github.com/accounts-js/accounts - 96020869dc8aa9287a74daedff6e977c5e64fc11 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Improve setUser and tests

github.com/accounts-js/accounts - 4a4da85bcee9ed29c839a80d9f583edd02b5f0c8 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Refactored to use async / await syntax. Enable dispatching of an array of errors

github.com/accounts-js/accounts - e5d922eac36363af9916c35892b01196feca91b0 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Handle error response on user login

github.com/accounts-js/accounts - ed2bcce9faad6aa0a22144c9da9cfbb3005e1995 authored almost 8 years ago by Tim Mikeladze <[email protected]>
login succesfully test

github.com/accounts-js/accounts - 2b7b317f2d00f17ebb7f8ef5a987759e5cd9c3d0 authored almost 8 years ago by Tim Mikeladze <[email protected]>
setUser method

github.com/accounts-js/accounts - 5e666c52cb5b067afe8017d2c7968e4c67673083 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Clear form errors

github.com/accounts-js/accounts - 1affa04a4438be7c667dfccd164c5e9e4169a6da authored almost 8 years ago by Tim Mikeladze <[email protected]>
hasError and addError tests

github.com/accounts-js/accounts - b619d12b34b5e38cee0f4eecfc8c4cca56ce0ead authored almost 8 years ago by Tim Mikeladze <[email protected]>
Immutable support and clearForm method

github.com/accounts-js/accounts - c3ee61c23e15bd32530d4b6f4688b0f7ec703c26 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Set field value

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

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

github.com/accounts-js/accounts - 594272e752f56b225cf1587f2af3e79111abd3ec authored almost 8 years ago by Tim Mikeladze <[email protected]>
Load tokens from local storage into redux initially

github.com/accounts-js/accounts - 6adbe089dadeddf4e397b7267adf3b2ca79b3cf1 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added local storage polyfill for browser tests in node

github.com/accounts-js/accounts - f85424671b3462d4d21d27a3a7bdc43d5482a3e0 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added forms key to reducer

github.com/accounts-js/accounts - cf3133da7337dd4edf0d302627424f4b51065fd7 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Login form validation

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

github.com/accounts-js/accounts - 5aafb12313f11b8b4e3caeddc36d4f9b54e1844e authored almost 8 years ago by Tim Mikeladze <[email protected]>
Additional work

github.com/accounts-js/accounts - 270f4669130671e000510448132acccbb6cc418d authored almost 8 years ago by Tim Mikeladze <[email protected]>
Merge branch 'devel' of github.com:graphql-accounts/graphql-accounts into devel

github.com/accounts-js/accounts - f4007651020537c4cc3a349944040ca77de49fc2 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Some more work

github.com/accounts-js/accounts - daed410d9fcf376078f1ad9b2673088f8a788e34 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Fix badges in README (we still need to update services) #13

github.com/accounts-js/accounts - 56ff0023728406d6d9de5726809fbe0ae96b5f54 authored almost 8 years ago by Gadi Cohen <[email protected]>
Fix badges in README (we still need to update services) #13

github.com/accounts-js/accounts - c987f7eb4b120fd8f9965c141ad64736ae3dca6a authored almost 8 years ago by Gadi Cohen <[email protected]>
Merge pull request #8 from js-accounts/devel

Some core code.

github.com/accounts-js/accounts - 37d00dd4475a1d0349f435707d257786c8911a83 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Dynamically load client

github.com/accounts-js/accounts - 5ce82390101b555bb3b48e399a803dc4c7799964 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Missing package

github.com/accounts-js/accounts - ad4d6df996faf72f2e546888f6103cadf77133d0 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Removed extra code in package.json

github.com/accounts-js/accounts - 5a6eb28434c1087000c430d2fd18f3c7ccdf9007 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Added Yarn. Updated packages

github.com/accounts-js/accounts - 6f7345527ab50246219c5375e5fa35bc2eebaa2c authored almost 8 years ago by Tim Mikeladze <[email protected]>
Trailing comma in package.json

github.com/accounts-js/accounts - 5ed726fb190b8ec46b0588b510e048ea9f6b68e9 authored almost 8 years ago by Tim Mikeladze <[email protected]>
yaml fix?

github.com/accounts-js/accounts - 6e1dffab0bb925e0024e6fa007ce4f449595e789 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Documentation updates

github.com/accounts-js/accounts - 02a948ef8a51d07d688450d39a666d16e32cf4e1 authored almost 8 years ago by Tim Mikeladze <[email protected]>
Renamed package. Added Webpack for development. Accounts.ui options code and tests

github.com/accounts-js/accounts - e1d9c46b9fe37eb3194e59691b44e714ad3a567d authored almost 8 years ago by Tim Mikeladze <[email protected]>
add babel-core; s/apollo-accounts/graphql-accounts

github.com/accounts-js/accounts - a866d84338ccb42da7dafd18088960428871e85b authored about 8 years ago by Gadi Cohen <[email protected]>
first commit

github.com/accounts-js/accounts - 348fc27284276ae109bf40612fcf8975e46bbd5a authored about 8 years ago by Gadi Cohen <[email protected]>