You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be relevant to the project to have a laravel pacakge/extension for API authentication?
I was working on aimeos-headless. Then I had to authenticate in my front-end (which is not aimeos).
I created a laravel package for simple authentication in API using laravel's built-in auth. If it would be useful for other users to have a ready package to handle a simple authentication for APIs, then I can publish it somewhere.
The text was updated successfully, but these errors were encountered:
Actually I forgot about its existence when I was working on the matter. But what I did wasn't quite reinventing the wheel as I needed OTP for authentication. So I assume we have the wheel out there👍
Would it be relevant to the project to have a laravel pacakge/extension for API authentication?
I was working on aimeos-headless. Then I had to authenticate in my front-end (which is not aimeos).
I created a laravel package for simple authentication in API using laravel's built-in auth. If it would be useful for other users to have a ready package to handle a simple authentication for APIs, then I can publish it somewhere.
The text was updated successfully, but these errors were encountered: