Skip to content

Commit

Permalink
Merge pull request #1 from IdentityPython/develop
Browse files Browse the repository at this point in the history
Part of the initial restructuring.
  • Loading branch information
rohe authored Mar 27, 2022
2 parents 3571197 + 70389d6 commit 17443dc
Show file tree
Hide file tree
Showing 208 changed files with 497 additions and 39,832 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: oidc-op
name: idpy-oidc

on:
push:
Expand Down Expand Up @@ -37,16 +37,16 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 src/oidcop --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 src/idpyoidc --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 src/oidcop --max-line-length 120 --count --exit-zero --statistics
flake8 src/idpyoidc --max-line-length 120 --count --exit-zero --statistics
- name: Test with pytest
run: |
pytest --cov=oidcop tests/
pytest --cov=idpyoidc tests/
- name: Bandit Security Scan
run: |
bandit --skip B105,B106,B107 -r src/oidcop/
bandit --skip B105,B106,B107 -r src/idpyoidc/
#- name: Upload coverage to Codecov
#uses: codecov/codecov-action@v1
#with:
Expand Down
Binary file removed doc/_build/doctrees/client/add_on/dpop.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/add_on/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/add_on/pkce.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/client/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/oidcrp.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/oidcrp.oauth2.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/oidcrp.oidc.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/client/rp_handler.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed doc/_build/doctrees/howto/message.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/howto/msg_extend.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/intro.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/howto/message.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/howto/msg_extend.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/intro.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/message.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/oauth2.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/oidc.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/message/time_util.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcmsg/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcmsg/message.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcmsg/oauth2.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcmsg/oidc.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcmsg/time_util.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/clients.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/conf.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/faq.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/intro.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/setup.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/contents/usage.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcop/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/add_on/dpop.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/add_on/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/add_on/pkce.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/oidcrp.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/oidcrp.oauth2.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/oidcrp.oidc.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/oidcrp/rp_handler.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/clients.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/conf.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/faq.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/intro.doctree
Binary file not shown.
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/setup.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/server/contents/usage.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/server/index.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/_build/html/.buildinfo

This file was deleted.

Binary file not shown.
Binary file not shown.
51 changes: 0 additions & 51 deletions doc/_build/html/_sources/client/add_on/dpop.rst.txt

This file was deleted.

16 changes: 0 additions & 16 deletions doc/_build/html/_sources/client/add_on/index.rst.txt

This file was deleted.

60 changes: 0 additions & 60 deletions doc/_build/html/_sources/client/add_on/pkce.rst.txt

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions doc/_build/html/_sources/client/index.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions doc/_build/html/_sources/client/oidcrp.oauth2.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions doc/_build/html/_sources/client/oidcrp.oidc.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions doc/_build/html/_sources/client/oidcrp.rst.txt

This file was deleted.

Loading

0 comments on commit 17443dc

Please sign in to comment.