Giter Site home page Giter Site logo

Comments (1)

myguidingstar avatar myguidingstar commented on May 24, 2024 1

It does use authorization.
Client side:
When client submits username/password successfully and receives a token from server, it saves to an atom and uses it for all requests after that (it's a fulcro request middleware)
https://github.com/walkable-server/realworld-fulcro/blob/master/src/conduit/client.cljs#L8
Server side:
The server app uses Buddy middleware with jwt
https://github.com/walkable-server/realworld-fulcro/blob/master/resources/conduit/config.edn#L5
For each incoming request with valid jwt key, the middleware will decode to find out the user's id and provides that id as :identity of Ring request map. That :identity again will be passed to Walkable handler via the env map:
https://github.com/walkable-server/realworld-fulcro/blob/master/src/conduit/handler/walkable.clj#L234
Some idents or joins have restriction by the :extra-conditions in floor-plan:
https://github.com/walkable-server/realworld-fulcro/blob/master/resources/conduit/config.edn#L109
In the definition of those extra conditions, you can see the symbol app/current-user. Such symbol is called a variable. In this case, the var app/current-user are computed from the runtime env mentioned above.
https://github.com/walkable-server/realworld-fulcro/blob/master/src/conduit/handler/walkable.clj#L222

Let me know if anything is unclear.

from realworld-fulcro.

Related Issues (4)

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.