Giter VIP home page Giter VIP logo

Comments (2)

riverrun avatar riverrun commented on August 16, 2024

I need to make a couple of changes to allow redirects to a url with ":id" in it.
The issue about configuring different redirect pages can be solved by using different roles, but I'll give you more information about that when I've fixed the problem with ":id" urls (some time later this week).

from openmaize.

riverrun avatar riverrun commented on August 16, 2024

On the current master branch, you can now redirect to urls with ":id" in them (the hex package has not been updated yet).
I think the problem you described can be solved by using different user roles depending on if the user has added a profile or not.
So, your redirect_pages map would contain %{"newuser" => "/profile/new", "user" => "/profile/:id"}. Then, when you first register the user, you give him / her the "newuser" role. After the user has created the profile, you can then change his / her role to "user" (you can do this when you update the profile).
Let me know if you have any further questions, problems, etc.

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.