jwt auth online with Winfy

We have hosted the application jwt auth in order to run this application in our online workstations with Wine or directly.


Quick description about jwt auth:

jwt-auth provides a simple means of authentication within Laravel using JSON Web Tokens (spec). There are several ways to create a token within the package. There are simple ways to do it, and more advanced methods if you want greater control. The most common way to create a token would be to authenticate the user via their login credentials, and if successful return a token corresponding to that user. You can also skip user authentication and just pass in a User object. Once a user has logged in with their credentials, then the next step would be to make a subsequent request, with the token, to retrieve the users' details, so you can show them as being logged in. To make authenticated requests via http using the built in methods, you will need to set an authorization header. If you don't like the idea of catching mulitple exceptions inline, then you are free to add a global exception handler with Laravel.

Features:
  • Attempt to authenticate a user via some credentials
  • Log a user in and return a jwt for them
  • Log the user out, which will invalidate the current token and unset the authenticated user
  • Get the currently authenticated user or throw an exception
  • Refresh a token, which invalidates the current one
  • Get a token based on a given user's id


Programming Language: PHP.
Categories:
Authentication/Directory

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.