From 37d03ea7306b3db7fa435ecd665885b43ddc161d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 27 Aug 2021 16:00:27 +0200 Subject: [PATCH] Update repository paths --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 66 ++++++++++++------------ fastapi_users/authentication/__init__.py | 2 +- mkdocs.yml | 2 +- pyproject.toml | 4 +- 5 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e0da4fd0..947517b3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: I have a question πŸ€” - url: https://github.com/frankie567/fastapi-users/discussions + url: https://github.com/fastapi-users/fastapi-users/discussions about: If you have any question about the usage of FastAPI Users that's not clearly a bug, please open a discussion first. diff --git a/README.md b/README.md index fa8b9ab6..ba6293ae 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ # FastAPI Users

- FastAPI Users + FastAPI Users

Ready-to-use and customizable users management for FastAPI

-[![build](https://github.com/frankie567/fastapi-users/workflows/Build/badge.svg)](https://github.com/frankie567/fastapi-users/actions) -[![codecov](https://codecov.io/gh/frankie567/fastapi-users/branch/master/graph/badge.svg)](https://codecov.io/gh/frankie567/fastapi-users) +[![build](https://github.com/fastapi-users/fastapi-users/workflows/Build/badge.svg)](https://github.com/fastapi-users/fastapi-users/actions) +[![codecov](https://codecov.io/gh/fastapi-users/fastapi-users/branch/master/graph/badge.svg)](https://codecov.io/gh/fastapi-users/fastapi-users) [![PyPI version](https://badge.fury.io/py/fastapi-users.svg)](https://badge.fury.io/py/fastapi-users) [![Downloads](https://pepy.tech/badge/fastapi-users)](https://pepy.tech/project/fastapi-users) [![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-)

- +

--- -**Documentation**: https://frankie567.github.io/fastapi-users/ +**Documentation**: https://fastapi-users.github.io/fastapi-users/ -**Source Code**: https://github.com/frankie567/fastapi-users +**Source Code**: https://github.com/fastapi-users/fastapi-users --- @@ -57,46 +57,46 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - + + + + + + - - - - - - - + + + + + + + - - - - + + + + - + - - - + + + - + - - - - - + + + + +

FranΓ§ois Voron

🚧

Paolo Dina

πŸ’΅ πŸ’»

Dmytro Ohorodnik

πŸ›

Matthew D. Scholefield

πŸ›

roywes

πŸ› πŸ’»

Satwik Kansal

πŸ“–

Edd Salkield

πŸ’» πŸ“–

Paolo Dina

πŸ’΅ πŸ’»

Dmytro Ohorodnik

πŸ›

Matthew D. Scholefield

πŸ›

roywes

πŸ› πŸ’»

Satwik Kansal

πŸ“–

Edd Salkield

πŸ’» πŸ“–

mark-todd

πŸ’» πŸ“–

lill74

πŸ› πŸ’» πŸ“–

SelfhostedPro

πŸ›‘οΈ πŸ’»

Oskar Gmerek

πŸ“–

Martin Collado

πŸ› πŸ’»

Eric Lopes

πŸ“– πŸ›‘οΈ

Beau Breon

πŸ’»

mark-todd

πŸ’» πŸ“–

lill74

πŸ› πŸ’» πŸ“–

SelfhostedPro

πŸ›‘οΈ πŸ’»

Oskar Gmerek

πŸ“–

Martin Collado

πŸ› πŸ’»

Eric Lopes

πŸ“– πŸ›‘οΈ

Beau Breon

πŸ’»

Niyas Mohammed

πŸ“–

prostomarkeloff

πŸ“– πŸ’»

Marius MΓ©zerette

πŸ› πŸ€”

Nickolas Grigoriadis

πŸ›

Niyas Mohammed

πŸ“–

prostomarkeloff

πŸ“– πŸ’»

Marius MΓ©zerette

πŸ› πŸ€”

Nickolas Grigoriadis

πŸ›

Open Data Coder

πŸ€”

Mohammed Alshehri

πŸ€”

Tyler Renelle

πŸ€”

collerek

πŸ’»

collerek

πŸ’»

Robert Bracco

πŸ’΅

Augusto Herrmann

πŸ“–

Smithybrewer

πŸ›

silllli

πŸ“–

Augusto Herrmann

πŸ“–

Smithybrewer

πŸ›

silllli

πŸ“–

alexferrari88

πŸ’΅

sandalwoodbox

πŸ›

sandalwoodbox

πŸ›

Vlad Hoi

πŸ“–

Joe Nudell

πŸ›

Ben

πŸ’»

BoYanZh

πŸ“–

David Brochart

πŸ“–

Vlad Hoi

πŸ“–

Joe Nudell

πŸ›

Ben

πŸ’»

BoYanZh

πŸ“–

David Brochart

πŸ“–
diff --git a/fastapi_users/authentication/__init__.py b/fastapi_users/authentication/__init__.py index 4130fbfa..41c8eb38 100644 --- a/fastapi_users/authentication/__init__.py +++ b/fastapi_users/authentication/__init__.py @@ -155,7 +155,7 @@ class Authenticator: reason=( "You should call `current_user` with your own set of parameters. " "See: " - "https://frankie567.github.io/fastapi-users/usage/dependency-callables/" + "https://fastapi-users.github.io/fastapi-users/usage/dependency-callables/" ), ) @with_signature(signature(current_user_dependency), func_name=func_name) diff --git a/mkdocs.yml b/mkdocs.yml index 9b492b27..6e8c32b1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,7 +21,7 @@ theme: favicon: 'favicon.png' repo_name: frankie567/fastapi-users -repo_url: https://github.com/frankie567/fastapi-users +repo_url: https://github.com/fastapi-users/fastapi-users edit_uri: "" markdown_extensions: diff --git a/pyproject.toml b/pyproject.toml index 6ea30d89..251deeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ module = "fastapi_users" dist-name = "fastapi-users" author = "FranΓ§ois Voron" author-email = "fvoron@gmail.com" -home-page = "https://github.com/frankie567/fastapi-users" +home-page = "https://github.com/fastapi-users/fastapi-users" classifiers = [ "License :: OSI Approved :: MIT License", "Development Status :: 5 - Production/Stable", @@ -51,4 +51,4 @@ oauth = [ ] [tool.flit.metadata.urls] -Documentation = "https://frankie567.github.io/fastapi-users/" +Documentation = "https://fastapi-users.github.io/fastapi-users/"