Skip to content

Commit

Permalink
goin back to profile, profiles aggregation needs a diff data schema
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Jan 21, 2025
1 parent f43f843 commit 61d473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function matchToken(): array|object
if (!$res) {
$doc = [
'uuid' => $this->jwtClaims['sub'],
'profiles' => [
'profile' => [
$this->jwtClaims['issuer'] => [
'name' => $this->jwtClaims['name'],
'email' => $this->jwtClaims['email'],
Expand Down

0 comments on commit 61d473f

Please sign in to comment.