• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Flask_SAML.egg-info/H03-May-2022-5637

MANIFEST.inH A D15-Nov-202018 21

PKG-INFOH A D15-Nov-20202.7 KiB5637

README.mdH A D15-Nov-20202.1 KiB4628

flask_saml.pyH A D15-Nov-20206.6 KiB215176

setup.cfgH A D15-Nov-2020104 117

setup.pyH A D03-May-2022999 4033

README.md

1# Flask SAML
2
3This neat Flask extension provides you with an easy way to integrate SAML into
4your Flask web app.
5
6# Links
7
8- Source Code: https://bitbucket.org/asecurityteam/flask_saml
9- Documentation: https://flask-saml.readthedocs.io/
10- Package on PyPI: https://pypi.python.org/pypi/Flask-SAML
11
12
13# Contributors
14
15Pull requests, issues and comments welcome. For pull requests:
16
17* Add tests for new features and bug fixes
18* Follow the existing style
19* Separate unrelated changes into multiple pull requests
20
21See the existing issues for things to start contributing.
22
23For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.
24
25Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing to have it used in distributions and derivative works (or is willing to transfer ownership).
26
27Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for those contributing as an individual.
28
29* [CLA for corporate contributors](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=e1c17c66-ca4d-4aab-a953-2c231af4a20b)
30* [CLA for individuals](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=3f94fbdc-2fbe-46ac-b14c-5d152700ae5d)
31
32# Copyright
33
34Copyright @ 2017 Atlassian Pty Ltd
35
36Licensed under the Apache License, Version 2.0 (the "License"); you may not use
37this file except in compliance with the License. You may obtain a copy of the
38License at
39
40http://www.apache.org/licenses/LICENSE-2.0
41
42Unless required by applicable law or agreed to in writing, software distributed
43under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
44CONDITIONS OF ANY KIND, either express or implied. See the License for the
45specific language governing permissions and limitations under the License.
46