Hi All, I was recently introduced to Nodes a couple weeks ago and I think it's incredible. I have a few years programming experience in Java and C, but I'm completely new to web-programming. I've decided to start a new slightly ambition project project using Nodes but I'm having trouble getting started. Ideally what I'm looking for is someone that can point me towards the modules/technology I would need to use to accomplish the following:
I want to create a service that grants or denies people access to a resource on a third party website. So for example, some website has some content they would like to charge for but they don't want to set up a payment portal. Instead of handling payment themselves they could just forward that user to my site and the user would be directed to complete a survey (or something). After they finish successfully finish the survey they are redirected to the original site and then I pay the site some lump sum every month. Sounds intense but I think It would be a fun project. It would look like this..... User -------(I want to see x page)--------->SomeBlog---------------------------------------MyAuthService User -------------------------------------------------SomeBlog--------(They ok to see this page?)------------>MyAuthService User -------------------------------------------------SomeBlog<-------(yay or nay)-------------MyAuthService User ---------(granted or deny access)----SomeBlog---------------------------------------MyAuthService I imagine I would need to get the session information of the user somehow but I want to make the process as painless and seamless for the 3rd party site as possible. What I'm trying to figure out is what is the most efficient way to collect the end user information. I'm not sure if my question was very clear. If not, let me know what additional info I would need to provide. Thanks! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
