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 documentation for encrypt payload #189

Merged
merged 4 commits into from
Aug 12, 2021
Merged

Conversation

cr0hn
Copy link
Contributor

@cr0hn cr0hn commented Apr 29, 2020

Goal

Add doc for using sanic-jwt-payload-encrypt as plugin

Please, check english is ok

@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

Merging #189 (4efb756) into main (86f66e6) will increase coverage by 0.11%.
The diff coverage is n/a.

❗ Current head 4efb756 differs from pull request most recent head 2d7d3c0. Consider uploading reports for the commit 2d7d3c0 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   97.57%   97.68%   +0.11%     
==========================================
  Files          13       12       -1     
  Lines        1070     1038      -32     
  Branches      176      171       -5     
==========================================
- Hits         1044     1014      -30     
+ Misses         16       15       -1     
+ Partials       10        9       -1     
Impacted Files Coverage Δ
sanic_jwt/authentication.py 93.75% <0.00%> (-0.12%) ⬇️
sanic_jwt/configuration.py 99.35% <0.00%> (-0.01%) ⬇️
sanic_jwt/endpoints.py 96.38% <0.00%> (ø)
sanic_jwt/responses.py 100.00% <0.00%> (ø)
sanic_jwt/decorators.py 96.69% <0.00%> (ø)
sanic_jwt/exceptions.py 100.00% <0.00%> (ø)
sanic_jwt/__init__.py
sanic_jwt/initialization.py 100.00% <0.00%> (+1.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34f63fc...2d7d3c0. Read the comment docs.

Copy link
Owner

@ahopkins ahopkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I added a few modifications.

docs/source/pages/payload.rst Show resolved Hide resolved
docs/source/pages/payload.rst Show resolved Hide resolved
docs/source/pages/payload.rst Show resolved Hide resolved
Copy link
Contributor Author

@cr0hn cr0hn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oks for me

ahopkins
ahopkins previously approved these changes Aug 12, 2021
@ahopkins ahopkins merged commit 6dfb583 into ahopkins:main Aug 12, 2021
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.

None yet

2 participants