Summary: | [NEW PORT] www/py-flask-security: Simple security for Flask apps | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Goran Mekić <meka> | ||||||||
Component: | Individual Port(s) | Assignee: | Kubilay Kocak <koobs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | koobs, meka, python, woodsb02 | ||||||||
Priority: | --- | Keywords: | feature | ||||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
|
||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | 242616, 242755, 242756, 242765, 242767, 242785 | ||||||||||
Bug Blocks: | 242817 | ||||||||||
Attachments: |
|
Created attachment 210121 [details]
py-flask-security.diff
QA:
* portlint: OK (looks fine.)
* testport: OK (poudriere: 12.0, amd64 tested)
* maketest: OK (133 passed, 24 deselected tests)
Needs lowercase(PORTNAME) and updating any other dependent ports *_DEPENDS lines Created attachment 210632 [details]
py-flask-security.diff
Hi koobs - mind if I grab this PR to commit (after doing the normal QA/QC checks)? (In reply to Ben Woods from comment #4) Not at all :) (In reply to Ben Woods from comment #4) ping? A commit references this bug: Author: koobs Date: Fri Jan 31 09:52:12 UTC 2020 New revision: 524687 URL: https://svnweb.freebsd.org/changeset/ports/524687 Log: [NEW] www/py-flask-security: Simple security for Flask apps Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: - Session based authentication - Role management - Password hashing - Basic HTTP authentication - Token based authentication - Token based account activation (optional) - Token based password recovery / resetting (optional) - User registration (optional) - Login tracking (optional) - JSON/Ajax Support WWW: https://github.com/mattupstate/flask-security PR: 242617 Submitted by: Goran Meki? <meka tilda center> Changes: head/www/Makefile head/www/py-flask-security/ head/www/py-flask-security/Makefile head/www/py-flask-security/distinfo head/www/py-flask-security/pkg-descr Perfect port submission Goran, nice work and thank you! |
Created attachment 209906 [details] py-flask-security.shar