Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make login & signup routes easier to create #35

Closed
Buscedv opened this issue Dec 20, 2020 · 1 comment
Closed

Make login & signup routes easier to create #35

Buscedv opened this issue Dec 20, 2020 · 1 comment

Comments

@Buscedv
Copy link
Owner

Buscedv commented Dec 20, 2020

Make it easier to create basic login & signup routes. This could be solved with templating (a new concept that doesn't exist yet)

With a decorator:

&_login
@post('/login'):

With templating

&protected
@post('/login'):
  %_login%
@Buscedv Buscedv added blocked Relies on another issue being solved first and removed enhancement blocked Relies on another issue being solved first labels Dec 22, 2020
@Buscedv
Copy link
Owner Author

Buscedv commented Dec 28, 2020

This is not really possible since this would require the database user table to be behind-the-scenes configured as well, which is not really practical.

@Buscedv Buscedv closed this as completed Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant