vamsii777 / vapor-oauth

OAuth2 Provider Library for Vapor
MIT License
3 stars 2 forks source link

OpenID Configuration 1.0 Update and Swift Container Version Upgrade to 5.9.2-jammy (Actions) #2

Closed vamsii777 closed 10 months ago

vamsii777 commented 10 months ago

This pull request introduces the following changes, and test cases are still a priority for thorough testing and validation of these updates, all of which are currently in the WIP (Work in Progress):

  1. OpenID Configuration 1.0 Update:

    • Necessary configuration details have been added for OpenID Configuration 1.0, which are essential for secure and efficient operation.
  2. Update Swift Container Version to 5.9.2-jammy (Actions):

    • The Swift container version has been updated to 5.9.2-jammy as part of the project's actions workflow. This update addresses issues with the CI/Actions build, as the previous version was 5.7, and the newer version is required for compatibility.