Skip to content

fix(s7commplus): enforce async auth boundary - #882

Closed
gijzelaerr wants to merge 1 commit into
masterfrom
fix/836-async-auth-boundary
Closed

gijzelaerr wants to merge 1 commit into
masterfrom
fix/836-async-auth-boundary

Conversation

@gijzelaerr

Copy link
Copy Markdown
Owner

Summary

  • parse async CreateObject authentication attributes with the shared parser
  • reject legacy V1 SessionKey authentication before session setup with an actionable error
  • document the synchronous/async V1-V3 authentication support matrix
  • cover SessionKey detection and connect cleanup with mirrored async tests

Validation

  • uv run pytest -q: 2125 passed, 78 skipped
  • uv run pre-commit run --all-files: passed
  • uv build --no-sources: passed

Fixes gijzelaerr/s7commplus#5

@gijzelaerr

Copy link
Copy Markdown
Owner Author

This S7CommPlus work is now tracked in gijzelaerr/s7commplus#14. Pull requests cannot be transferred between repositories, so this PR is being closed in favor of the new-repository tracking issue.

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.

Define and implement the supported async S7CommPlus authentication boundary

1 participant