Skip to content

Commit

Permalink
Retire the vast majority of code
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
puiterwijk authored and cverna committed Jan 23, 2020
1 parent 8638e3e commit 6411efd
Show file tree
Hide file tree
Showing 55 changed files with 2 additions and 7,650 deletions.
404 changes: 0 additions & 404 deletions doc/CSRF.rst

This file was deleted.

42 changes: 0 additions & 42 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,6 @@ docs into the hand created docs as we have time to integrate them.
.. toctree::
:maxdepth: 2

------
Client
------

.. automodule:: fedora.client
:members: FedoraServiceError, ServerError, AuthError, AppError,
FedoraClientError, FASError, CLAError, BodhiClientException,
DictContainer

Generic Clients
===============

BaseClient
----------

.. autoclass:: fedora.client.BaseClient
:members:
:undoc-members:

ProxyClient
-----------

.. autoclass:: fedora.client.ProxyClient
:members:
:undoc-members:


OpenIdBaseClient
----------------

.. autoclass:: fedora.client.OpenIdBaseClient
:members:
:undoc-members:

.. autofunction:: fedora.client.openidbaseclient.requires_login

OpenIdProxyClient
-----------------

.. autoclass:: fedora.client.OpenIdProxyClient
:members:
:undoc-members:

Clients for Specific Services
=============================
Expand Down
128 changes: 0 additions & 128 deletions doc/auth.rst

This file was deleted.

Loading

0 comments on commit 6411efd

Please sign in to comment.