-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 Roadmap #32
Comments
I think you need to review the In google's view: But in sorcery's view: A solution can be made like the others suggest before that I can filter it through my registration controller. But I think it's a little bit different know because of the |
@nsantiago2719 can you file an issue for this? |
@nsantiago2719 @Ch4s3 Not all providers ignore periods, so treating them as separate emails makes sense for the most part. I'm of the same mindset of @jrochkind in #748 that provider specific code should probably be documented in the wiki (with examples), but left to users to implement. One of the main draws of Sorcery is that it doesn't do everything for you, and lets you handle things in a way that makes sense for your application. |
I was unaware that other providers recognize '.' |
@athix what I am referring right now is the |
@Ch4s3 Looks like Microsoft, Yahoo, and Apple treat periods as separate emails, while Google and Facebook treat them as the same. @nsantiago2719 Hmm. Can you open a new ticket on this repo where we can discuss it further? Including the specifics on what's not behaving the way you'd expect would be helpful. Thanks! :) |
How about add omniauth integration to 1.0 Roadmap?
It may be able to remove this If omniauth integration is implemented. |
@kyuden Reading that old thread, this makes sense. |
I could definitely get behind utilizing omniauth's existing infrastructure for oauth. I think we'd want to carefully considering all the possible implications first, but it would reduce the maintenance of external providers considerably. We also should start looking at how/if we plan on dividing sorcery up into separate modules soon. It could be that we just make the code itself more independent, or we split sorcery into multiple gems. Both have strong advantages and disadvantages. |
What is your preference re: making the code itself more independent vs. splitting @athix? |
you might consider making the code more independent as a first step, then to consider splitting as a second step. Since the second requires the first as a first step anyway. |
Yeah, I think that's probably how we'd approach it. Omniauth could be a good part of that. |
Going to be working towards this on my fork athix/sorcery:1-0-0 Current objectives:
|
Would anyone object to dropping support for Rails 4? With Rails 6 on the horizon, I think it would make sense to keep the code sane. |
I think that's probably reasonable |
+1 for dropping support for 4.x. |
@mladenilic here's some of the old ideas for |
This will be continued by #248, closing. |
I'm starting this issue to discuss our path to a 1.0 release. Please feel free to request features here and discuss areas that need improvement or bug fixes.
ported from here
The text was updated successfully, but these errors were encountered: