Ecosyste.ms: OpenCollective

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

github.com/lynndylanhurley/devise_token_auth

Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
https://github.com/lynndylanhurley/devise_token_auth

add TOC to readme

ce78d3b5ff9d127aaaef7abee98f0ca6bc356f0a authored over 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

e074b887f4757bdec753a75267bbd1a0a48abe1a authored over 10 years ago by Lynn Hurley <[email protected]>
fix test to accomodate angularjs url hash scheme

abd1775dea9c178079e22cdfeb7b0ff1783be2de authored over 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #26 from hannahhoward/master

Remove OmniAuth dependency

463ead17b91181fc06f3d6a7c2ea89b4ec405c90 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
Revert schema

17637c5beac39128527240f803d910e85480c711 authored over 10 years ago by Hannah Howard <[email protected]>
Remove OmniAuth dependency

f4a584b74e088f1a86986f9e9b9ffc8bf4ea22d8 authored over 10 years ago by Hannah Howard <[email protected]>
bump version

4e28078ad9446dfca4017d89d1750ef5041c73a3 authored over 10 years ago by Lynn Hurley <[email protected]>
ensure that redirect url always has anchor. resolves lynndylanhurley/ng-token-auth#32

41309cad6de0996ba03b0df3ef11bd628512d157 authored over 10 years ago by Lynn Hurley <[email protected]>
bump version

7f1116ee4789da9786c87ff8ab05699f86916b37 authored over 10 years ago by Lynn Hurley <[email protected]>
fix bug with `resource_name` method in auth_controller

4d2955cc5106d0155de2465de05122f534d1609e authored over 10 years ago by Lynn Hurley <[email protected]>
[bugfix]

8bc179a797483d55863cfa454afe6f6e048e0d8f authored over 10 years ago by Lynn Hurley <[email protected]>
ensure all allowed attributes are sent via postMessage after OAuth

a9e3825ad4947f688fcc38105857587915c1c56e authored over 10 years ago by Lynn Hurley <[email protected]>
add :tokens to devise serialization blacklist

baf8de5de6394ef4303dc70aa1d9f21165afdc0d authored over 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

9d3ac5e51360dda7dc16a9a4defc4cd08a2446f8 authored over 10 years ago by Lynn Hurley <[email protected]>
allow additional params on oauth login. resolves lynndylanhurley/ng-token-auth#31

a049eed4f1e20be5e17772a39fc3573c7d21dd39 authored over 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #24 from davidsavoya/patch-1

Update README.md

17d8252c9064756a1998557ca97ac5e5523f4d19 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
Update README.md

b32be403fa35409826c89e72c9b1be4247f0d3b9 authored over 10 years ago by davidsavoya <[email protected]>
remove bad unicode chars from app helper file

1125149227c7647e833bff6d7d9f278aa0ac2fa2 authored over 10 years ago by Lynn Hurley <[email protected]>
remove bad char from app helper

8b436ddae8616c803a23ec9f13c612ca50e132bd authored over 10 years ago by Lynn Hurley <[email protected]>
bump version

49e9e1624c03d734617a797096b2c89bc27f22d1 authored over 10 years ago by Lynn Hurley <[email protected]>
update dummy app

3a4a9754b0cf8d078e83d12262fcea8d40ce641f authored over 10 years ago by Lynn Hurley <[email protected]>
bump version

7e73904b6b4d4e1a4214eab1432ed4f08d6e5e4a authored over 10 years ago by Lynn Hurley <[email protected]>
readme [wip]

ddde37a9367e051c7e6af4b51db1f22c994ac376 authored over 10 years ago by Lynn Hurley <[email protected]>
add account update functionality

75721c9dd69ba662289bd7f6e9788b1458b7c68d authored over 10 years ago by Lynn Hurley <[email protected]>
update readme for new user account deletion feature

9d668a2239be09c8cababf875511706c9aaa7567 authored over 10 years ago by Lynn Hurley <[email protected]>
add test to ensure alternate user class destruction

0c23cd863f0fdb579b30347f06bb26b199b246bc authored over 10 years ago by Lynn Hurley <[email protected]>
add support for account deletion

4671709ef0c778b7003f54b824fd7fd34c402493 authored over 10 years ago by Lynn Hurley <[email protected]>
use devise style built in params. resolves #22

c92e60af99c6f4c2f568f0af8221931273f4dcc1 authored over 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

7cdd7fa373aef17079cba5c01432ec363c7c540a authored over 10 years ago by Lynn Hurley <[email protected]>
guard against MissingAttributeError during common ActiveRecord operations

75609a78f1348ca1d5973a39f9ef131631856148 authored over 10 years ago by Brent Dearth <[email protected]>
ensure that confirmation email fragment is placed BEFORE querystring for proper angularjs $location parsing. resolves lynndylanhurley/ng-token-auth#18.

b367d6742fcf8a94a9ac0ba8cd9cf4844041341f authored over 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

b6b266bfaa75589a7e800c6030caf75fe366cd93 authored over 10 years ago by Lynn Hurley <[email protected]>
ensure that confirmation email fragment is placed BEFORE querystring for proper angularjs $location parsing. resolves #18.

9424fb3fd082aee2eea63dd7a5e20c9a06f03f47 authored over 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #19 from booleanbetrayal/master

guard against MissingAttributeError during common ActiveRecord operations

91f99846d8da014ba5da87f4094430cbcf9928d2 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
guard against MissingAttributeError during common ActiveRecord operations

bf75b7a089df20e2851fd9ff5c13e781518ab3b6 authored over 10 years ago by Brent Dearth <[email protected]>
readme [wip]

c301891df6668d0c4efc38a887ebcf0f109128eb authored over 10 years ago by Lynn Hurley <[email protected]>
readme [wip]

1fd54104399451471106550208217b60cdd298bf authored over 10 years ago by Lynn Hurley <[email protected]>
update logo

833c94b4163e8c6bd356b9a09bf50e6193debc92 authored over 10 years ago by Lynn Hurley <[email protected]>
update logo

540265c860b2bdbda84802c5d901a5e18f9ab2db authored over 10 years ago by Lynn Hurley <[email protected]>
add logo

17e83558091c9d01fb0a610bea9edb234a4ca120 authored over 10 years ago by Lynn Hurley <[email protected]>
bump version

37e5434348418a78ea241b121c90401ef6f70883 authored over 10 years ago by Lynn Hurley <[email protected]>
exclude "tokens" user param from token validation response

b22d0cc0bece90cc859fa3057794e4a32523f328 authored over 10 years ago by Lynn Hurley <[email protected]>
do not return auth-token header for batch requests. resolves #17

1f08a0efa1ef49dc26bcc81ed08a6b2c0e2441ff authored over 10 years ago by Lynn Hurley <[email protected]>
fix bug with signout. fixes #16

06fe57309020e19fceadfa813a72687c9c43c066 authored over 10 years ago by Lynn Hurley <[email protected]>
update readme, update tests to use dashes in auth headers

0a78928561d1a10f5a64dc70d24d3d13ef8d0e7f authored over 10 years ago by Lynn Hurley <[email protected]>
bump version

e962c025c4b9a7dfb19e97646dbcbad6f619e863 authored over 10 years ago by Lynn Hurley <[email protected]>
header refactor [wip]

34e8d92a1d0a41fabc4e67e4cbdab2ef47fcc9fa authored over 10 years ago by Lynn Hurley <[email protected]>
use RFC 6750 Bearer Token format for auth headers

7fe2649211716da933d09e3b858c7bf748c5cbee authored over 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #11 from lonre/develop

Fix expiry data type

18b922f2c920a25aa87a72e6b404c39fe6448c9c authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
Fix expiry data type

d17c32b858de58d0c35eba7ba038918109a9930a authored over 10 years ago by Lonre Wang <[email protected]>
version bump

2452c6c0b53d95b0a9824d250287c46d8a1cccdd authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
only require email for email users. fixes #9. fixes #10.

1ed215401f73042e0c9fbf838a6786dd147e253d authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
reduce token validation code compelexity

0cac0e386ae9245ab8aca4d6f282912c60fef98b authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

6399db98bfa982a32245b1dad4db7d94531e31de authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
testing new release

c1e7a0c62ef8d16e8a38babb7e1e74f1e440489c authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
relax gem requirement

f1491cdf5178b01eabeeba1a2ee4a9ebf64f2a29 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
re-enable codeclimate test reporter

f8dc7ad5897dd15724bd9510ba450d276260c098 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
add generator tests

1876dd946c1cca210ecd653d3db5551d03d29f34 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
fix date compare bug for ruby 1.9.3

a08833aaab2ac356b89eaec36794f80df27e13fd authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
Merge branch 'guilhermesimoes-patch-1'

aa0b9b21439129d31fdd07b0f712b0534e7d39a1 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
merge

dde424f08f8e6768f330f5f389f613040e2fd8bf authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

de0117c87583add564686adfe72720887c2e2a76 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
Fix typo in the gemspec

b72f22e27ee5be5e512ac879c21513b40f8f04bb authored over 10 years ago by Guilherme Simoes <[email protected]>
Remove unused folders and files

7795c8ed873ce608f318b4a453ffd37f77d3665e authored over 10 years ago by Guilherme Simoes <[email protected]>
Specify Ruby 1.9.3 and 2.1 in Travis config

Since Ruby 2.1.0, the MRI versioning policy changed to follow Semantic
Versioning [1].

Thus, it...

f55693669fcebd9449857936dd3057df718d784b authored over 10 years ago by Guilherme Simoes <[email protected]>
Tweak README

Changes include:

* Stressing that allowing CORS from **any** domain is dangerous

* Switching t...

ca084f4d8bf3d229e89f19b7561ca4652fed70d7 authored over 10 years ago by Guilherme Simoes <[email protected]>
readme [wip]

dba1859232d7bfe70dcac585aa59b45533e51d9a authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

9d54d5bf99730177ff5ae7366d7f20b532f6748e authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

261473e66c31ae2c65dda6447062f7a069d37805 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

b9bffe3b443009fd2ae7bd9b6f839449b0d9ead7 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

b6274065445b19545148ed90ed38765b437fa16b authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

50dee1f8a20f01b5ff360e3dbbd5f16e61e1c637 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

87cc69462684564efb7d66bc1b44a2bdfffd8bb2 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
commit gemfile lock for travis

a685c4ae0acf2c2dd1441a86040d889faa279cdc authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

d747ce70b5736b40091b35874d8a2a6f2227a753 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
make user the default devise_scope

f4cc44920c6d5dcf73009075beaf00b1d8c27764 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

f58d71fca4c9e7ad3b2eddefb5f09fc0f43cc448 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
install generator appends concern to app controller

9610d3a481eccd91b66be6648df6a4dffbafe13a authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
upgrade rails, update unit tests

b3194adb3778360a6c88a3a5738be053f209f98a authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

83fc4cfae81af6a801c4c1690d86d35d7a8dafb5 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
update travis.yml for code climate

015bdd48a1ca53f168e8d269a850605476afc67a authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
remove simplecov

b2e2672c0907a6305db23222865d2427a80fb1e2 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
replace simplecov with code climate reporter

2d6c9891f1f7e4c02eb216932a078d14d66684f3 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
implement simplecov for test coverage

bb5f2c79e49d5b3a97ba2edefe7f2a7742101950 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
add coverity badges, test coverage token for travis

b0d422202b99df4b1194bfea4f5d31e60063995e authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

ea43d01f97fbd6337894d310c476702d147d99aa authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
readme [wip]

17941e79a003baffd0fcfc4b552e015721735253 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
add support for dynamic user models, multiple user models

5b07c5cfcadecfbee6a6aee8e23210fd34ada2e5 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

d690385e464a90f3dcb980e514e7e6f2b9d0f13c authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

d482e6d92a40ae18c779c3c13bebf1dc5b547558 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
add success param to email confirmation redirects

7393f4d2e89c0f7893442e06e9111959740ea541 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
commit gemfile.lock for tests

8166ec8ad44517a2b52a1be1d63b5c647776bf4a authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

c2682ff4fc3cf89cfffedf8cd9cb617d34bb0e29 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
fix tokens db col for postgres + mysql

3efb89b7c978d23ea62257ce940cbc0d0e39787f authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
fix busted tokens migration

0080e068351c15796b77261a08128d2902cec1b4 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
update gemfile.lock

d39a27cd9901a68e40e408492721c22d1697f6fd authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
remove string length limit on token column

fa8412b280aa38a1c0d2a23d451d94a95f504efc authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
version bump

20d332d01801d106d0d62ba741e11af6af2e1f77 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
implement password reset support

2cc049a668de462ed148a01764182630958f6757 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>
update gemfile lock

816dc8d983952a507df87446a9ce231c540752c4 authored over 10 years ago by Lynn Dylan Hurley <[email protected]>