Skip to content

Tags: own3d/id

Tags

2.7.1

Toggle 2.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ghostzero René Preuß
fix Paginator not guarded against missing pagination key

simplePaginate() responses have no 'pagination' cursor object, leaving
$this->pagination null. Previously Paginator::from() was called
unconditionally, causing a fatal error when cursor() accessed
$pagination->cursor on null. Now the paginator is only created when a
pagination object is actually present in the response.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

2.7.0

Toggle 2.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ghostzero René Preuß
prepare codebase for PHP 8.5 compatibility

- Replace deprecated Route::namespace() with controller array syntax
- Add typed properties and return types throughout Result.php
- Add return types to Own3dSsoUserProvider interface methods
- Type HasOwn3dIdToken::withOwn3dIdToken() parameter as string
- Introduce Contracts\HasOwn3dAccessToken interface; use it in actingAs() instead of trait type hint (traits are not valid PHP type hints)
- Add @implements HasOwn3dAccessToken to Own3dIdUser trait
- Add full @method static docblock to Facades\Own3dId
- Bump phpunit to ^12.0 and orchestra/testbench to ^12.0|^13.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

2.6.2

Toggle 2.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ghostzero René Preuß
add Laravel 13 support

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

2.6.1

Toggle 2.6.1's commit message
deprecate CODESPACES_USE constant and introduce CODESPACES_MANAGE for…

… codespace management

2.6.0

Toggle 2.6.0's commit message
refactor method signatures to allow nullable parameters

2.5.0

Toggle 2.5.0's commit message
refactor JWT token decoding and user authentication handling

2.4.5

Toggle 2.4.5's commit message
add webhook shared secret

2.4.4

Toggle 2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update composer.json

2.4.3

Toggle 2.4.3's commit message
add doctrine/dbal ^4.0

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Permission.php