Coder Social home page Coder Social logo

Comments (5)

nicolasgarnier avatar nicolasgarnier commented on June 15, 2024

Hey Andy,

You webserver seems to be adding a trailing slash '/' at the end of the URL which screws up the userID param. Then because of a bug in our OAuth 2 servers this fails instead of being gracefully handled by the OAuth Javascript client library (I filed the bug internally).

Python's simple server is pretty broken in this regard.

Please host this on a better webserver. App Engine works well for this but you can also use:
twistd -n web --path=.

from realtime-playground.

nicolasgarnier avatar nicolasgarnier commented on June 15, 2024

By the way this field's purpose is to gracefully handle users who are signed-in multiple accounts. It's a URL parameter that can be used on our OAuth 2 authorization endpoint to specify which account to automatically choose if multiple are signed-in.

from realtime-playground.

afiedler avatar afiedler commented on June 15, 2024

Thanks Nicolas for such a fast response!

from realtime-playground.

nicolasgarnier avatar nicolasgarnier commented on June 15, 2024

Oh and our README is missing lots of information and setup steps. Sorry: it was written in a rush :) We'll be improving it in the next fews days!

from realtime-playground.

 avatar commented on June 15, 2024

The shared library had to do with a poor char set problem that is now fixed thanks you, Nicolas. I am new here to git hub. I am not sure if I have merged branches or what is the proper etiquette here. Please contact me anytime if you think I could use more pointers or want to collab on any future projects!

Thank you!

from realtime-playground.

Related Issues (11)

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.