GithubHelp home page GithubHelp logo

oauth1 implementation about gwt-oauth2 HOT 3 CLOSED

reinert avatar reinert commented on August 25, 2024
oauth1 implementation

from gwt-oauth2.

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Unfortunately the OAuth 1.0 spec does not include a pure JS flow. The OAuth 2.0 
spec does, and that's what the GWT library does.

OAuth 1.0 could easily be implemented in a GWT application but most of the 
actual work would be done on the server in regular Java code, and there are 
plenty of existing Java libraries to manage that. Personally I recommend 
http://code.google.com/p/google-oauth-java-client/wiki/OAuth1

Original comment by [email protected] on 19 Mar 2012 at 4:11

  • Changed state: WontFix

from gwt-oauth2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
Hi

In that case, can you create an implementation of oauth 1.0 in a GWT 
application? That uses server side java code to actually do the heavy 
lifting? Even that would be very helpful...If you cannot create
the implementation, can you point me to a good how to or wiki explaining how 
to do this?

Thanks and Regards,
Arvind.

Original comment by [email protected] on 19 Mar 2012 at 5:20

from gwt-oauth2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 25, 2024
I could, but again, most of the code would be in the server-side Java code, the 
only parts that would have anything to do with GWT would be links to open the 
server-side pages, and that's a.) easily done using Anchors, and b.) something 
that will usually depend heavily on each application's requirements.

Original comment by [email protected] on 19 Mar 2012 at 5:51

from gwt-oauth2.

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.