[Bug 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and customizable users management for FastAPI

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Jan 2022 06:55:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257369

--- Comment #20 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=5397c5e80dab3825d0edaa31746adcea47aa361a

commit 5397c5e80dab3825d0edaa31746adcea47aa361a
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-01-29 06:52:38 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-29 06:54:40 +0000

    www/py-fastapi-users: add port: Ready-to-use and customizable users
management for FastAPI

    Add quickly a registration and authentication system to your FastAPI
project.
    FastAPI Users is designed to be as customizable and adaptable as possible.
    Features:
      * Extensible base user model
      * Ready-to-use register, login, reset password and verify e-mail routes
      * Ready-to-use social OAuth2 login flow
      * Dependency callables to inject current user in route
      * Pluggable password validation
      * Customizable database backend
        * SQLAlchemy async backend included thanks to encode/databases
        * MongoDB async backend included thanks to mongodb/motor
        * Tortoise ORM backend included
        * ormar backend included
      * Multiple customizable authentication backends
        * JWT authentication backend included
        * Cookie authentication backend included
      * Full OpenAPI schema support, even with several authentication backends

    WWW: https://github.com/fastapi-users/fastapi-users

    PR:             257369
    Reported by:    Goran Mekić <meka@tilda.center> (new maintainer)
    Reviewed by:    koobs

 www/Makefile                                    |  1 +
 www/py-fastapi-users/Makefile (new)             | 61 +++++++++++++++++++++++++
 www/py-fastapi-users/distinfo (new)             |  3 ++
 www/py-fastapi-users/files/patch-setup.py (new) | 52 +++++++++++++++++++++
 www/py-fastapi-users/pkg-descr (new)            | 19 ++++++++
 5 files changed, 136 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.