Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parse_uri() support for Steam TOTP #153

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

einfachIrgendwer0815
Copy link

otpauth:// URIs with the parameter encoder=steam are parsed as Steam TOTP.
I have used the example URI in this comment as a basis.

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.09 🎉

Comparison is base (55f69ba) 97.10% compared to head (d36b882) 97.19%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #153      +/-   ##
===========================================
+ Coverage    97.10%   97.19%   +0.09%     
===========================================
  Files            8        8              
  Lines          207      214       +7     
  Branches        42       45       +3     
===========================================
+ Hits           201      208       +7     
  Misses           4        4              
  Partials         2        2              
Impacted Files Coverage Δ
src/pyotp/__init__.py 100.00% <100.00%> (ø)
src/pyotp/contrib/steam.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kislyuk kislyuk merged commit 6c42125 into pyauth:develop Jul 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants