Giter VIP home page Giter VIP logo

Comments (5)

noma4i avatar noma4i commented on July 17, 2024

Real world example: I need to auth as other users to get same experience.

from openmaize.

riverrun avatar riverrun commented on July 17, 2024

I'm not sure that I know what you mean. Do you want to be authenticated as any user without logging in? And is this in development or production?

from openmaize.

noma4i avatar noma4i commented on July 17, 2024

It's usual behaviour in web apps when you been admin auth as someone else or make immediate auth of just signed up user. Generally used in controller like: Openmaze.authenticate(conn, user) where user is record from db.

Right now set_session is a part of Plug based module and I can't invoke it in a way described above.

from openmaize.

riverrun avatar riverrun commented on July 17, 2024

For the immediate auth of just signed up user, you should be able to add a call to put_session(conn, :user_id, user_id) to the signup logic (if there are no errors, or course).
As for viewing a resource as if you are another user, it depends a lot on the nature of your app. To be able to help you, I need the answer to the following questions:

  1. How are you authorizing user resources - using roles, id, something else?
  2. Do you always want to access certain pages as a certain user?
  3. How do you want to access a page as another user - are you going to use an admin control panel or some other way?

from openmaize.

noma4i avatar noma4i commented on July 17, 2024

put_session works fine for just signed up user. All other stuff is more about my crazy app ;) Thanx a lot!

from openmaize.

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.