GH1995 / articles

blog
https://gh1995.github.io
2 stars 0 forks source link

Flask Web 开发(2) #14

Open GH1995 opened 4 years ago

GH1995 commented 4 years ago

用户身份验证

密码安全性

image image image image image image

创建身份验证蓝本

image image image

使用Flask-Login验证用户身份

image image

image image image image image image image

注册新用户

image image image image

确认账户

image image image image image image image

GH1995 commented 4 years ago

用户角色

角色在数据库中的表示

image image image image image image image

赋予角色

image

检验角色

image image image image image image

GH1995 commented 4 years ago

用户资料

资料信息

image image image

用户资料页面

image image image image

资料编辑器

image image image image image image

用户头像

image image image image

GH1995 commented 4 years ago

博客文章

提交和显示博客文章

image image image image image

在资料页中显示博客文章

image image

分页显示长博客文章列表

image image image image image image

使用Markdown和Flask-PageDown支持富文本文章

image image image

image image image

博客文章的固定链接

image image image

博客文章编辑器

image image image

GH1995 commented 4 years ago

关注者

GH1995 commented 4 years ago

用户评论

GH1995 commented 4 years ago

应用编程接口

REST简介

使用Flask实现REST式Web服务

image image image image image image image image image image image image image image image image image image image