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

Version 0.2 #2

Closed
5 of 6 tasks
lepture opened this issue Nov 18, 2017 · 1 comment
Closed
5 of 6 tasks

Version 0.2 #2

lepture opened this issue Nov 18, 2017 · 1 comment
Assignees

Comments

@lepture
Copy link
Owner

lepture commented Nov 18, 2017

I'm planning to finish all features at Version 0.5. Version 0.2 will still focus on the client part, and we will start the implementation of server/provider from Version 0.3.

  • Finish Django Client
  • Documentation on Django Client
  • Simple OpenID Connect support (id_token parsing)
  • Documentation on id_token parsing
  • Making Client Apps stable

When the client part is finished, we will deploy a playground website for OAuth authentication.
It will be implemented with the Authlib Flask client.

@lepture
Copy link
Owner Author

lepture commented Nov 25, 2017

Version 0.2 is released. We'll track the progress of playground in its own repository.

@lepture lepture closed this as completed Nov 25, 2017
lepture pushed a commit that referenced this issue Aug 19, 2021
* Added ECDH-1PU (Draft 04) algorithm support to JWE (#1)

Added ECDH-1PU (Draft 04) algorithm support to JWE

* Corrected formatting

* Added XC20P encryption algorithm (#2)

Added XC20P encryption algorithm

* Refactored JWEAlgorithm and related classes

- Refactored JWEAlgorithm and related classes.
- Made corresponding changes in concrete subtypes of JWEAlgorithm.
- Made corresponding changes in serialize_compact and deserialize_compact methods of JsonWebEncryption.
- Wrote additional tests for serialize_compact and deserialize_compact methods of JsonWebEncryption.

* Simplified code in JsonWebEncryption class

Co-authored-by: ashcherbakov <alexander.sherbakov@dsr-company.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant