Giter VIP home page Giter VIP logo

Comments (37)

kenoga avatar kenoga commented on July 23, 2024 11

👍🏼

from devise_token_auth.

scott-knight avatar scott-knight commented on July 23, 2024 8

Would be nice to have an ETA on this.

from devise_token_auth.

dhaigh avatar dhaigh commented on July 23, 2024 6

sooner the better, 7.1.0 has been out since October 5 🙏

from devise_token_auth.

karamat avatar karamat commented on July 23, 2024 6

Facing this error

Your bundle is locked to devise_token_auth (1.2.2) from https://github.com/lynndylanhurley/devise_token_auth (at master@6b0659f), but that version can no longer be found in that source. That means the
author of devise_token_auth (1.2.2) has removed it. You'll need to update your bundle to a version other than devise_token_auth (1.2.2) that hasn't been removed in order to install.

Gemfile

gem 'devise_token_auth', '>= 1.2.2', git: "https://github.com/lynndylanhurley/devise_token_auth"

Environment

Rails 7.1.2
Ruby 3.3.0

from devise_token_auth.

hatsu38 avatar hatsu38 commented on July 23, 2024 5

@MaicolBen Thank you for your continuous maintenance. I really appreciate the convenience it provides!

I believe this ISSUE will be resolved once the version containing this PR #1606 is released.
Is there anything missing for the release?
If so, I am willing to help. Many people are looking forward to the release! Please make it happen!

from devise_token_auth.

orehmane avatar orehmane commented on July 23, 2024 4

That's a fine workaround, but it would nice to have a more proper version in rubygems.

from devise_token_auth.

rohanmendon avatar rohanmendon commented on July 23, 2024 3

same here, want to use it on rails 7.1.2

from devise_token_auth.

BenMukebo avatar BenMukebo commented on July 23, 2024 2

We're still waiting for the update cause currently I can't use devise_token_auth in th lastest vesion of ruby on rails (7.1.1)

from devise_token_auth.

up_the_irons avatar up_the_irons commented on July 23, 2024 2

I also want to use devise-token-auth but my new app is Rails 7.1.1 😭

from devise_token_auth.

angusm73 avatar angusm73 commented on July 23, 2024 2

Adding the gem from github instead of rubygems does indeed work!

gem "devise_token_auth", ">= 1.2.0", git: "https://github.com/lynndylanhurley/devise_token_auth"

from devise_token_auth.

StalemateInc avatar StalemateInc commented on July 23, 2024 2

Joining the flock of requesters - a stable version of Rails 7.1 was published four months ago and for some people explicit requirement of rails < 7.1 is a roadblock for upgrading. Can we at least extract the fixes for Rails 7.1 and have a patch level release?

from devise_token_auth.

MaicolBen avatar MaicolBen commented on July 23, 2024 2

I will gladly help if you'll make it possible for me to do so.

Feel free to create PRs for fixing the issues we have! After a while, we can give you more access. I will keep an eye more often in version bumping, I didn't realize some people cannot point to a github repo.

I am planning to work

@hatsu38 Thanks, let me know if you cannot file a PR so I can do it instead.

I am closing this issue, please continue commenting here if you want to add thoughts or feel this issue should still be open

from devise_token_auth.

lsfernandes92 avatar lsfernandes92 commented on July 23, 2024 1

I had the same error here and it seems that this stack overflow answer addressed my question regarding this issue

from devise_token_auth.

arp avatar arp commented on July 23, 2024 1

Same here. There are a few fixes that are already in master, so I had to port them manually in our app. Is there anything I could help with to release the new gem version?

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024 1

I do have a fork that I rely upon and I made the required changes on my end, so I was OK, but I believe that many rely upon the published gem being updated and it was not. This prevented many of those who rely upon this gem from upgrading their version of rails to 7.1. I would be happy to help out with these sorts of tasks if you will provide me with whatever access would be required. Ideally, I would also have someone of whom I could ask questions when they are beyond me.
I see that many are relying upon it and I'd like to help make it possible for them to continue to do so. I do not want it to be abandoned, but there's been almost no response from anyone who could act since September. I will gladly help if you'll make it possible for me to do so.

from devise_token_auth.

hatsu38 avatar hatsu38 commented on July 23, 2024 1

The branch for Rails 7.2 has been created and it is expected to be released soon.

I am planning to work on the compatibility of devise_token_auth with Rails 7.2 next.

It seems that many people were waiting for this gem to be released for Rails 7.1, so it would be great if we could release it without making everyone wait too long for Rails 7.2!

from devise_token_auth.

smenor avatar smenor commented on July 23, 2024

just a 「 me too 」

from devise_token_auth.

up_the_irons avatar up_the_irons commented on July 23, 2024

I found this fork: https://github.com/single-stop-tony/devise_token_auth

It makes a slight change to a part of the serialization and updated the gem spec to allow installation with Rails 7.1. No idea if it actually works now, or is a work in progress, but I'm going to give it a try.

from devise_token_auth.

tbsvttr avatar tbsvttr commented on July 23, 2024

Same problem here.

from devise_token_auth.

scott-knight avatar scott-knight commented on July 23, 2024

What's the hold up here? I can't get graphql_devise upgraded without this update.

from devise_token_auth.

groue avatar groue commented on July 23, 2024

Hello. I'm also waiting for Rails 7.1 for deferred foreign keys support.

from devise_token_auth.

smenor avatar smenor commented on July 23, 2024

from devise_token_auth.

ManCodeB avatar ManCodeB commented on July 23, 2024

+1 from me to support Rails 7.1 🙂

This gem blocks me from upgrading - thank you in advance!

from devise_token_auth.

saurabhbhatia avatar saurabhbhatia commented on July 23, 2024

+1 would really appreciate any movement on this

from devise_token_auth.

 avatar commented on July 23, 2024

Joining the waiting crew, with a side of anxiety. 🫤😬

from devise_token_auth.

jpayne avatar jpayne commented on July 23, 2024

I would greatly appreciate an update as well, so that Rails 7.1 upgrades can be completed.

from devise_token_auth.

VSidhArt avatar VSidhArt commented on July 23, 2024

Bump version, please
We're all waiting for this update. It's blocked our rails upgrade.

from devise_token_auth.

scott-knight avatar scott-knight commented on July 23, 2024

I finally gave up waiting and created a fork. I'm not sure what the holdup is, but anyone is welcome to use the fork until they do their release.

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024

It's been 5 months since any commits on this project and this blocker issue is open for about 6 months now. At what point does this get classified as abandoned? I, too, have been using my own fork, but a billion of those is not ideal. What do we do to reinvigorate this project?

from devise_token_auth.

lynndylanhurley avatar lynndylanhurley commented on July 23, 2024

@mgmodell @scott-knight would either of you guys be interested in commit access to help push new releases?

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024

@lynndylanhurley, I would be happy to support - as long as someone can be available to answer my questions as I work through it.

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024

@lynndylanhurley, I'm hoping that we can move forward with this and I'll gladly take on the tasks, but the recent xz issue leaves me wanting oversight to make sure we can maintain the confidence of the community. Can we please move forward with this? Perhaps @scott-knight would like to share whatever load there might be? I've certainly got a lot to learn but there are clearly lots of people relying upon this software and I'll happily do my part (as my copious free time permits).

from devise_token_auth.

scott-knight avatar scott-knight commented on July 23, 2024

@mgmodell - I'm wondering if @lynndylanhurley as fallen off the earth. Seems unusual for something like this to go on as long as it has -- releases in the past have been consistent. Anyone know the status of @lynndylanhurley?

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024

@scott-knight I'm sure he'll pop back on when he gets a moment. This was posted just last week. Great that @lynndylanhurley is busy - that's got to be a good thing. Last week's post indicates he's still monitoring and wants to be sure this is in good hands and, especially since this is security-related and I've not gone over every bit of code in this repo or ever maintained a gem before, I'm up for being patient if it means doing it right. We've waited 5 months - a little more is acceptable to me, given the subject matter.

from devise_token_auth.

mgmodell avatar mgmodell commented on July 23, 2024

@lynndylanhurley - can we make this happen?

from devise_token_auth.

MaicolBen avatar MaicolBen commented on July 23, 2024

I bumped 1.2.3, is there anything else missing? Because I don't understand why people were forking when you can use this repo, just checked a fork so not sure if I missed something

from devise_token_auth.

MaicolBen avatar MaicolBen commented on July 23, 2024

At what point does this get classified as abandoned?

We could but a huge amount of people are relying on it, we need maintainers (we have a bounties and can give a little $ to people willing to help), and my bandwidth is only for reviewing PRs and bumping versions. Feel free to file an issue with this and suggest replacements so we don't this divert this rails issue.

from devise_token_auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.