For a side project web site I'd like to offer users the ability to sign-up and sign-in using their existing social media accounts. Looking at other web sites these days, it seems to be pretty much expected that you can do that. But I have no idea where to start adding this feature to my (Dancer2) app. So what I'm hoping is that someone else somewhere in the Dancer community has done this before and has code that I can steal^Wstudy. Any information you can share would be massively appreciated. And if I work out what I'm doing, I promise I'll produce a Dancer2 plugin to simplify the process and/or an article or two explaining how it's done. Cheers, Dave...
Hey bud, Check out Firebase! Daan On 1 Feb 2017 11:38, "Dave Cross" <dave@dave.org.uk> wrote:
For a side project web site I'd like to offer users the ability to sign-up and sign-in using their existing social media accounts. Looking at other web sites these days, it seems to be pretty much expected that you can do that.
But I have no idea where to start adding this feature to my (Dancer2) app.
So what I'm hoping is that someone else somewhere in the Dancer community has done this before and has code that I can steal^Wstudy.
Any information you can share would be massively appreciated. And if I work out what I'm doing, I promise I'll produce a Dancer2 plugin to simplify the process and/or an article or two explaining how it's done.
Cheers,
Dave... _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Thanks. But I wonder if you could expand your answer a little. * What is Firebase * How does it address my problem * Where do I get it from Cheers, Dave... On 1 February 2017 at 11:40, Daan Dawud <daan2503@gmail.com> wrote:
Hey bud,
Check out Firebase!
Daan
On 1 Feb 2017 11:38, "Dave Cross" <dave@dave.org.uk> wrote:
For a side project web site I'd like to offer users the ability to sign-up and sign-in using their existing social media accounts. Looking at other web sites these days, it seems to be pretty much expected that you can do that.
But I have no idea where to start adding this feature to my (Dancer2) app.
So what I'm hoping is that someone else somewhere in the Dancer community has done this before and has code that I can steal^Wstudy.
Any information you can share would be massively appreciated. And if I work out what I'm doing, I promise I'll produce a Dancer2 plugin to simplify the process and/or an article or two explaining how it's done.
Cheers,
Dave... _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
It is a set of tools to build Mobile and Web Apps. Please visit https://firebase.google.com/ for more information and in particular thier Authentication feature which is exactly what you need. Best, Daan On 1 Feb 2017 12:24, "Dave Cross" <dave@dave.org.uk> wrote:
Thanks. But I wonder if you could expand your answer a little.
* What is Firebase * How does it address my problem * Where do I get it from
Cheers,
Dave...
On 1 February 2017 at 11:40, Daan Dawud <daan2503@gmail.com> wrote:
Hey bud,
Check out Firebase!
Daan
On 1 Feb 2017 11:38, "Dave Cross" <dave@dave.org.uk> wrote:
For a side project web site I'd like to offer users the ability to sign-up and sign-in using their existing social media accounts. Looking at other web sites these days, it seems to be pretty much expected that you can do that.
But I have no idea where to start adding this feature to my (Dancer2)
app.
So what I'm hoping is that someone else somewhere in the Dancer community has done this before and has code that I can steal^Wstudy.
Any information you can share would be massively appreciated. And if I work out what I'm doing, I promise I'll produce a Dancer2 plugin to simplify the process and/or an article or two explaining how it's done.
Cheers,
Dave... _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On 01/02/2017 12:33, Daan Dawud wrote:
It is a set of tools to build Mobile and Web Apps.
Please visit https://firebase.google.com/ for more information and in particular thier Authentication feature which is exactly what you need.
Best,
Daan
I assume he's referring to this: https://github.com/firebase/firebaseui-web/tree/master/demo though I've never used it myself
On 1 Feb 2017 12:24, "Dave Cross" <dave@dave.org.uk <mailto:dave@dave.org.uk>> wrote:
Thanks. But I wonder if you could expand your answer a little.
* What is Firebase * How does it address my problem * Where do I get it from
Cheers,
Dave...
On 1 February 2017 at 11:40, Daan Dawud <daan2503@gmail.com <mailto:daan2503@gmail.com>> wrote: > Hey bud, > > Check out Firebase! > > Daan > > On 1 Feb 2017 11:38, "Dave Cross" <dave@dave.org.uk <mailto:dave@dave.org.uk>> wrote: >> >> For a side project web site I'd like to offer users the ability to >> sign-up and sign-in using their existing social media accounts. >> Looking at other web sites these days, it seems to be pretty much >> expected that you can do that. >> >> But I have no idea where to start adding this feature to my (Dancer2) app. >> >> So what I'm hoping is that someone else somewhere in the Dancer >> community has done this before and has code that I can steal^Wstudy. >> >> Any information you can share would be massively appreciated. And if I >> work out what I'm doing, I promise I'll produce a Dancer2 plugin to >> simplify the process and/or an article or two explaining how it's >> done. >> >> Cheers, >> >> Dave...
-- Richard Jones
On 1 Feb 2017, at 12:50, Richard Jones <ra.jones@dpw.clara.co.uk> wrote:
On 01/02/2017 12:33, Daan Dawud wrote:
It is a set of tools to build Mobile and Web Apps.
Please visit https://firebase.google.com/ <https://firebase.google.com/> for more information and in particular thier Authentication feature which is exactly what you need.
Best,
Daan
I assume he's referring to this: https://github.com/firebase/firebaseui-web/tree/master/demo <https://github.com/firebase/firebaseui-web/tree/master/demo>
And as such had diddly squat to do with Dancer2 and or perl AFAICS OTOH I think the OP needs to look at oauth eg http://search.cpan.org/dist/Net-Facebook-Oauth2/README.pod <http://search.cpan.org/dist/Net-Facebook-Oauth2/README.pod> — Clive
participants (4)
-
Clive Eisen -
Daan Dawud -
Dave Cross -
Richard Jones