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

Create a Drogon Blog Example (Frontend) #858

Open
rbugajewski opened this issue May 19, 2021 · 2 comments
Open

Create a Drogon Blog Example (Frontend) #858

rbugajewski opened this issue May 19, 2021 · 2 comments
Assignees
Labels
documentation Issue is related to the Drogon documentation enhancement New feature or request

Comments

@rbugajewski
Copy link
Collaborator

  1. Create an example project which resembles a blog as an introduction for new Drogon users.
  2. Extend the documentation to contain a small, comprehensive blog example tutorial.
@rbugajewski rbugajewski added the enhancement New feature or request label May 19, 2021
@rbugajewski rbugajewski self-assigned this May 19, 2021
@rbugajewski rbugajewski added the documentation Issue is related to the Drogon documentation label May 19, 2021
@rbugajewski
Copy link
Collaborator Author

Authentication in some form should be part of the example project as we currently have many questions regarding this topic.

@marty1885
Copy link
Member

marty1885 commented Jun 2, 2021

Just for documentation purpose. The login_session example shows how one can do authentication in a classic form/server side rendering style. But the code is not production ready (ex. Using MD5 for password hashing, no DB access, etc)

https://github.com/an-tao/drogon/blob/b654e35e51907281d6b24d214577f759ff05e96c/examples/login_session/main.cc#L33-L59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue is related to the Drogon documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants