Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth API #503

Closed
nvdid opened this issue Feb 15, 2024 · 3 comments
Closed

Auth API #503

nvdid opened this issue Feb 15, 2024 · 3 comments

Comments

@nvdid
Copy link

nvdid commented Feb 15, 2024

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.

@aimeos
Copy link
Owner

aimeos commented Feb 15, 2024

The existing JWT-based API in the Aimeos headless distribution for authentication wasn't useful for you?

@nvdid
Copy link
Author

nvdid commented Feb 15, 2024

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👍

@aimeos
Copy link
Owner

aimeos commented Feb 15, 2024

Feel free to offer an extension with an alternate API if it has some advantages :-)

@aimeos aimeos closed this as completed Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants