Skip to content

Commit 6411efd

Browse files
puiterwijkcverna
authored andcommitted
Retire the vast majority of code
This drops the code for the FAS auth modules for: - TurboGears1 - TurboGears2 - Django All applications should have moved over to OpenID (Connect) by now. This drops the FAS client, FAS is going away for Fedora rather soon. This drops the OpenID Base clients: for API authentication, applications need to switch to OpenID Connect. At ths moment, Bodhi is the one client I am aware of that uses this, and it will be moved to OIDC soon. Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
1 parent 8638e3e commit 6411efd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2
-7650
lines changed

doc/CSRF.rst

Lines changed: 0 additions & 404 deletions
This file was deleted.

doc/api.rst

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,6 @@ docs into the hand created docs as we have time to integrate them.
88
.. toctree::
99
:maxdepth: 2
1010

11-
------
12-
Client
13-
------
14-
15-
.. automodule:: fedora.client
16-
:members: FedoraServiceError, ServerError, AuthError, AppError,
17-
FedoraClientError, FASError, CLAError, BodhiClientException,
18-
DictContainer
19-
20-
Generic Clients
21-
===============
22-
23-
BaseClient
24-
----------
25-
26-
.. autoclass:: fedora.client.BaseClient
27-
:members:
28-
:undoc-members:
29-
30-
ProxyClient
31-
-----------
32-
33-
.. autoclass:: fedora.client.ProxyClient
34-
:members:
35-
:undoc-members:
36-
37-
38-
OpenIdBaseClient
39-
----------------
40-
41-
.. autoclass:: fedora.client.OpenIdBaseClient
42-
:members:
43-
:undoc-members:
44-
45-
.. autofunction:: fedora.client.openidbaseclient.requires_login
46-
47-
OpenIdProxyClient
48-
-----------------
49-
50-
.. autoclass:: fedora.client.OpenIdProxyClient
51-
:members:
52-
:undoc-members:
5311

5412
Clients for Specific Services
5513
=============================

doc/auth.rst

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)