Coder Social home page Coder Social logo

Questions about sessions about fosite HOT 4 CLOSED

ory avatar ory commented on April 28, 2024
Questions about sessions

from fosite.

Comments (4)

aeneasr avatar aeneasr commented on April 28, 2024

The session is three things:

  1. A way to persist data across /auth and /token endpoints. For example: The token endpoint probably wants to know who gave consent - that data is however only available at the /auth endpoint. Therefore we need to persist some sort of state across requests.
  2. Some fosite extensions (for example ID Tokens or JWT Access Tokens) also need to know some data (e.g. which user, what time, which scope, ...). The session is being passed down to those extensions and is therefore used for transporting information.
  3. Anything you want to be available at the /token endpoint. Let's say the users phone number to notify him when someone requested an access token!

What the session looks like is depending on what functionality you use (JWT for example demands a specific session type) and what data you want to have. If you ever worked with osin, the session is basically the UserData object.

Also check out the example. It explain things even more.

from fosite.

saintfiends avatar saintfiends commented on April 28, 2024

So Storage implementation is supposed to serialize and store session information along with request information.

from fosite.

aeneasr avatar aeneasr commented on April 28, 2024

Yup

from fosite.

saintfiends avatar saintfiends commented on April 28, 2024

Thanks for the prompt response. I think that description is a perfect fit for the documentation.

from fosite.

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.