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

Stipend Implementation (v3) #220

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Stipend Implementation (v3) #220

merged 1 commit into from
Sep 11, 2023

Conversation

maennchen
Copy link
Member

@maennchen maennchen commented Sep 7, 2023

Work is funded by the Erlang Ecosystem Foundation.

Implements #221 #113

Issues / TODO

Requirements

  • Good Test Coverage
  • Good Code Quality
  • Conforms to the following Conformance Profiles
    • Basic Relying Party
    • Relying Party Using Configuration Information
    • Form Post Relying Party
  • Conforms to the following RFCs
    • RFC7636 - Proof Key for Code Exchange by OAuth Public Clients
    • RFC7523 - JSON Web Token (JWT) Profile for OAuth 2.0 Client
  • Secure Defaults
    • Shipped with a secure and complete TLS setup OTP 26 ships with one
    • Can be overridden with custom TLS settings
    • JWT Settings are automatically set up to the most strict settings according to the OIDC Config Introspection
  • GitHub Actions Setup that runs
    • Unit Tests
    • Conformance Tests - If tests can not be automated sufficiently, detailed instructions on how to run them manually will be included.
    • Linter
    • Dialyzer
  • All libraries are well documented on Hex via rebar3_ex_doc
    • public functions have dialyzer specs
    • public functions have examples
    • contains setup instructions
    • contains examples for most common use cases
  • oidcc Configuration Processes provide an elixir compatible child_spec so that they can be started easily
  • Compatible with latest stable OTP / Elixir releases at time of publication

@maennchen maennchen self-assigned this Sep 7, 2023
This was linked to issues Sep 8, 2023
@maennchen maennchen changed the title V3 WIP Stipend Implementation (v3) Sep 8, 2023
@maennchen maennchen added this to the v3.0.0 milestone Sep 8, 2023
@maennchen maennchen marked this pull request as ready for review September 11, 2023 12:24
@maennchen maennchen merged commit a7d2e84 into main Sep 11, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ErlEF Stipend Support for signed userinfo
1 participant