Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
yuba
/
python-openid
Public
forked from
openid/python-openid
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 25, 2014
Merge pull request #81 from santagada/patch-1
Show description for f7e1353
rodrigoprimo
committed
f7e1353
View commit details
Copy full SHA for f7e1353
Browse repository at this point
Commits on Oct 15, 2014
Update README.md
Show description for a3ce4cc
santagada
committed
a3ce4cc
View commit details
Copy full SHA for a3ce4cc
Browse repository at this point
Commits on Jul 14, 2013
Merge pull request #64 from dairiki/tests
Show description for b1d3769
rodrigoprimo
committed
b1d3769
View commit details
Copy full SHA for b1d3769
Browse repository at this point
Commits on Jul 12, 2013
Rename TestAuthRequestMixin so that nose doesn't collect it as a test.
Show description for 45fe1db
dairiki
committed
45fe1db
View commit details
Copy full SHA for 45fe1db
Browse repository at this point
Fix test broken by 95aa2a9 (change form built-in logging to logging module)
dairiki
committed
4c8d4af
View commit details
Copy full SHA for 4c8d4af
Browse repository at this point
Commits on Jul 11, 2013
call all test files instead of just the first
rodrigoprimo
committed
f8e8e8f
View commit details
Copy full SHA for f8e8e8f
Browse repository at this point
Commits on May 29, 2013
adapt djopenid example to work with django 1.4 (fixes #51)
rodrigoprimo
committed
d199d59
View commit details
Copy full SHA for d199d59
Browse repository at this point
Commits on May 28, 2013
remove unsupported python version 2.5 from travis-ci configuration file
rodrigoprimo
committed
05b759c
View commit details
Copy full SHA for 05b759c
Browse repository at this point
Commits on May 9, 2013
Merge pull request #58 from hacklabr/urllimit
Show description for cb80c60
rodrigoprimo
committed
cb80c60
View commit details
Copy full SHA for cb80c60
Browse repository at this point
better way to check if message is using openid version 1
rodrigoprimo
committed
562398e
View commit details
Copy full SHA for 562398e
Browse repository at this point
Commits on Apr 15, 2013
url limit is present in openid 1 and not on openid 2
rodrigoprimo
committed
ff4a417
View commit details
Copy full SHA for ff4a417
Browse repository at this point
Commits on Aug 24, 2012
Merge branch 'cdman/use-logging-module'
Show description for 7d65da5
willnorris
committed
7d65da5
View commit details
Copy full SHA for 7d65da5
Browse repository at this point
Commits on Aug 6, 2012
Merge pull request #31 from justjkk/master
Show description for fab30b0
willnorris
committed
fab30b0
View commit details
Copy full SHA for fab30b0
Browse repository at this point
Commits on Jul 4, 2012
Merge pull request #36 from tseaver/optional_setuptools
Show description for 65c953f
willnorris
committed
65c953f
View commit details
Copy full SHA for 65c953f
Browse repository at this point
Merge pull request #11 from mmlin/master
Show description for 7b9fb75
willnorris
committed
7b9fb75
View commit details
Copy full SHA for 7b9fb75
Browse repository at this point
Merge pull request #15 from vzima/unicode
Show description for b19e822
willnorris
committed
b19e822
View commit details
Copy full SHA for b19e822
Browse repository at this point
Merge commit 'eec4a96c5a1e64938a9af8' into temoto
willnorris
committed
e660b4b
View commit details
Copy full SHA for e660b4b
Browse repository at this point
add build status image to readme
willnorris
committed
4cca5db
View commit details
Copy full SHA for 4cca5db
Browse repository at this point
Commits on Jun 26, 2012
Add .travis.yml for Travis CI (http://travis-ci.org/)
msabramo
committed
e21e01a
View commit details
Copy full SHA for e21e01a
Browse repository at this point
Commits on Jun 25, 2012
Add .tox to .gitignore
msabramo
committed
67120e0
View commit details
Copy full SHA for 67120e0
Browse repository at this point
Add tox.ini for tox (http://tox.testrun.org/)
msabramo
committed
c1ec78e
View commit details
Copy full SHA for c1ec78e
Browse repository at this point
Merge remote-tracking branch 'cdman/fixup-unittests' into _testing
msabramo
committed
a828e47
View commit details
Copy full SHA for a828e47
Browse repository at this point
Add tox.ini for tox (http://tox.testrun.org/)
msabramo
committed
dbdc6cc
View commit details
Copy full SHA for dbdc6cc
Browse repository at this point
Commits on Jun 11, 2012
Changed over to logging module from built-in logging module and updated tests accordingly
cdman
committed
95aa2a9
View commit details
Copy full SHA for 95aa2a9
Browse repository at this point
Added gitignore files
cdman
committed
63c4f6c
View commit details
Copy full SHA for 63c4f6c
Browse repository at this point
Made necessarry changes to unitests for them to pass
cdman
committed
e587bd7
View commit details
Copy full SHA for e587bd7
Browse repository at this point
Commits on Mar 28, 2012
Use setuptools, if present.
Show description for 6524812
tseaver
committed
6524812
View commit details
Copy full SHA for 6524812
Browse repository at this point
Commits on Mar 8, 2012
Merge pull request #35 from davidthewatson/patch-1
Show description for bcb88b9
willnorris
committed
bcb88b9
View commit details
Copy full SHA for bcb88b9
Browse repository at this point
Fix typo in log message.
davidthewatson
committed
13e2474
View commit details
Copy full SHA for 13e2474
Browse repository at this point
Commits on Feb 8, 2012
Merge pull request #32 from yola/master
Show description for fc90195
willnorris
committed
fc90195
View commit details
Copy full SHA for fc90195
Browse repository at this point
Commits on Feb 1, 2012
Bugfix: Automatically POST the form from OP to RP
justjkk
committed
30f85f2
View commit details
Copy full SHA for 30f85f2
Browse repository at this point
Commits on Jan 17, 2012
Patch the openid.server.Server class to allow clients to provide signatory, encoder and decoder classes on instantiation.
[email protected]
committed
4c17264
View commit details
Copy full SHA for 4c17264
Browse repository at this point
Commits on Dec 12, 2011
Fix encoding of namespace uris.
Show description for 5095fd1
ziima
committed
5095fd1
View commit details
Copy full SHA for 5095fd1
Browse repository at this point
Commits on Jul 18, 2011
Yet another problem with unicode - some HTLM pages can not be decoded because they contain undecodable characters.
Show description for abd15ee
ziima
committed
abd15ee
View commit details
Copy full SHA for abd15ee
Browse repository at this point
Commits on Jun 6, 2011
Fix problem with decoding of HTML that has mixture of unicode and entities.
Show description for 4ed2deb
ziima
committed
4ed2deb
View commit details
Copy full SHA for 4ed2deb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.