1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Goran Mekić 5397c5e80d 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
2022-01-29 15:54:40 +09:00
.hooks
accessibility
arabic
archivers archivers/zstd: Cosmetic change 2022-01-29 07:26:36 +08:00
astro
audio audio/libumidi: Update to v2.1.4 2022-01-28 18:55:42 +01:00
base
benchmarks benchmarks/rubygem-benchmark-ips: Update to 2.9.3 2022-01-29 07:26:51 +08:00
biology
cad
chinese www/wordpress: Security update to 5.9 2022-01-28 15:27:23 +00:00
comms
converters converters/p5-JSON1: Remove obsoleted port 2022-01-29 09:29:04 +08:00
databases databases/py-ormar: update to 0.10.24 2022-01-29 15:31:24 +09:00
deskutils deskutils/remind: Update to 03.03.12 2022-01-28 07:24:00 -05:00
devel devel/rubygem-bootsnap19: Remove obsoleted port 2022-01-29 09:29:09 +08:00
dns dns/py-dns-lexicon: Change RUN_DEPENDS from py-dnspython2 to py-dnspython after 7fc16dab84 2022-01-29 07:26:48 +08:00
editors
emulators emulators/yuzu: update to s20220128 2022-01-29 00:53:17 +00:00
finance
french www/wordpress: Security update to 5.9 2022-01-28 15:27:23 +00:00
ftp
games
german www/wordpress: Security update to 5.9 2022-01-28 15:27:23 +00:00
graphics graphics/mesa-devel: update to 21.3.b.3353 2022-01-29 00:53:18 +00:00
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang lang/v8-beta: Set ONLY_FOR_ARCHS 2022-01-29 07:26:38 +08:00
mail mail/nextcloud-mail: Update to 1.11.6 2022-01-28 15:03:52 +00:00
math math/R-cran-energy: Update to 1.7-9 2022-01-28 10:25:43 -05:00
misc misc/rubygem-octicons: Update to 16.3.0 2022-01-29 07:27:00 +08:00
Mk www/firefox: update to 96.0.3 2022-01-28 21:59:37 +01:00
multimedia multimedia/helvum: update to 0.3.3 2022-01-29 00:53:18 +00:00
net net/py-urllib3: Update to 1.26.8 2022-01-29 09:19:31 +08:00
net-im net-im/dendrite: Update to 0.6 2022-01-28 21:08:54 +00:00
net-mgmt
net-p2p net-p2p/radarr: Update to 4.0.2.5836 2022-01-28 10:25:12 -05:00
news
polish
ports-mgmt
portuguese
print print/py-fonttools: Update to 4.29.0 2022-01-29 07:26:49 +08:00
russian www/wordpress: Security update to 5.9 2022-01-28 15:27:23 +00:00
science science/py-geometer: Update to 0.3.2 2022-01-29 07:26:49 +08:00
security security/libgpg-error: update to 1.44 2022-01-29 10:42:14 +04:00
shells shells/ohmyzsh: update to 20220128 2022-01-28 23:21:29 +00:00
sysutils sysutils/tree: provide fallback download URL and other improvements 2022-01-29 06:36:26 +00:00
Templates
textproc textproc/rubygem-rouge326: Remove obsoleted port 2022-01-29 09:29:08 +08:00
Tools
ukrainian
vietnamese
www www/py-fastapi-users: add port: Ready-to-use and customizable users management for FastAPI 2022-01-29 15:54:40 +09:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts x11-fonts/google-fonts: Fix 74953fa06f 2022-01-29 09:14:42 +08:00
x11-servers x11-servers/xwayland-devel: update to 21.0.99.1.161 2022-01-29 00:53:18 +00:00
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED x11-fonts/source-sans-ttf: Move x11-fonts/sourcesanspro-ttf to x11-fonts/source-sans-ttf 2022-01-29 07:26:35 +08:00
README
UIDs
UPDATING net-im/dendrite: Update to 0.6 2022-01-28 21:08:54 +00:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.