Skip to content

Commit

Permalink
Merge pull request #114 from fleetbase/dev-v1.5.11
Browse files Browse the repository at this point in the history
v1.5.11 - core critical fixes for user and auth
  • Loading branch information
roncodes authored Oct 9, 2024
2 parents cd750f8 + e0f167c commit 41b0068
Show file tree
Hide file tree
Showing 14 changed files with 887 additions and 75 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/core-api",
"version": "1.5.10",
"version": "1.5.11",
"description": "Core Framework and Resources for Fleetbase API",
"keywords": [
"fleetbase",
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Schemas/IAM.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IAM
],
[
'name' => 'user',
'actions' => ['deactivate', 'activate', 'export'],
'actions' => ['deactivate', 'activate', 'verify', 'export'],
],
[
'name' => 'role',
Expand Down
Loading

0 comments on commit 41b0068

Please sign in to comment.