Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Maj version Event #157

Merged
merged 4 commits into from
Apr 16, 2024
Merged

Maj version Event #157

merged 4 commits into from
Apr 16, 2024

Conversation

alexcaussades
Copy link
Owner

No description provided.

routes/web.php Outdated
@@ -13,6 +13,7 @@
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Mail;
use Monolog\Formatter\JsonFormatter;
use Illuminate\Support\Facades\Crypt;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mise à jour des crytpages

routes/web.php Outdated
// dd($request);
// $request->merge([
// "user_id" => Auth::user()->id ?? null,
// "body" => $request->body,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

validation ok


Route::get("crypt", function (Request $request) {
$encrypted = Crypt::encryptString('la vie de devs est cool.');
$decrypted = Crypt::decryptString($encrypted);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test de cryptage ok

@alexcaussades alexcaussades merged commit 2769f68 into master Apr 16, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant