-
Notifications
You must be signed in to change notification settings - Fork 35
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
start http and html skelleton #1
Conversation
TODO: default files once embedded assets are there
this is part of the NGI work and should be clearly indicated as such
Nearly done. Will add logged in? template helper tomorrow to show a log out button conditionally on the users state. Then it should be good to merge. |
{{is_logged_in}} returns a *admindb.User value or nil depending on their state. This can be used to build conditional rendering.
Okay. This should be it. One missing step is creating the database on the first run. I will tackle this in a follow-up because this is already too big. The workaround is basically |
Add a possibility to use a magic token instead of real invites. To set the token use the `bypass-invites-token` flag. All invites which use this token will succeed.
ground work for router and templating setup.
TODO: