GithubHelp home page GithubHelp logo

730ne's Introduction

Miro Hrončok

  • 👨‍💻 Free software engineer at Red Hat.
  • 🧑‍⚖️ Fedora Python maintainer, Packaging Committee member, Fedora Ambassador, former Fedora Engineering Steering Committee member.
  • 🐍 Contributing Python Software Foundation member.
  • 🦁 Czech Technical University teacher 🧑‍🏫.
  • 🇨🇿 Czech villager 👨‍🌾.
  • 🦣 Find me at Mastodon.

730ne's People

Contributors

hroncok avatar jirutka avatar rancavil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jirutka mikicz

730ne's Issues

Switch to new OAuth server

We are slowly migrating to new instance of OAuth server. The old version is still in use, but I’m gonna switch it off soon. There are some (simple) changes that you should done:

  • Change URL of the authorization endpoint and the token endpoint:
    • https://auth.fit.cvut.cz/oauth/oauth/authorizehttps://auth.fit.cvut.cz/oauth/authorize (fitauth:7),
    • https://auth.fit.cvut.cz/oauth/oauth/tokenhttps://auth.fit.cvut.cz/oauth/token (fitauth:8).
  • Make that social.backends.oauth passes client_id and client_secret using Authorization header (as Authorization: Basic base64(<client_id>:<client_secret>)) and not in the request’s body (it’s not recommended by RFC and allowed anymore); see this page for more information.
  • Use new userinfo endpoint instead of tokeninfo endpoint to obtain username of the user who authorized the token:
    • https://auth.fit.cvut.cz/oauth/api/v1/tokeninfo?token=<access_token>https://auth.fit.cvut.cz/oauth/userinfo (Authorization: Bearer <access_token>) (fitauth:22),
    • This endpoint returns JSON with username in the attribute username (instead of user_id) (fitauth:10).

Run somewhere else

After September 30th, 2017, Red Hat OpenShift Online 2 (our Free, Bronze, and Silver offerings in v2) will no longer be available.

Maybe PythonAnywhere?

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.