ando

Results 13 comments of ando

I'm also having the same issue when using modules. Eg. `use HelloPhoenix.Web, :view` returns`Error: module HelloPhoenix.Web is not loaded and could not be found.`

Could you give an example of this and how it could be used?

Don't see much use for this as its already possible by doing the following: User with ID 5 have a role that has permission to add, edit, delete articles User...

That's true.. convinced and +1 for this.. will work on it for 2.1 Thanks for the insight

@a7madgamal @PrimozRome Also don't see the need for this when you can just use roles to represent groups. Any reason for this? Thanks

@PrimozRome Any ideas on how to go about adding permission based on users also?

@PrimozRome Looks like a good idea, Unfortunately, time is limiting me to go deep into this. Could you have a go at implementing this, and send a pull request?

Yes I think that makes the most sense, to have both for now. Then see which one works better before the next major release and use that better one alone...

@jasonbahl Hi, can you give a better example of this? I'm very confused on how to use this.

@jasonbahl thanks, but is there any real world example application showing integrating these tests with something like Apollo Client to show the full login/logout flow and "remember me" logins? Showing...