API Support #19
Replies: 3 comments
-
This is something I've already started thinking about. In fact 2FAuth is already API based, but there is no Personal Access Token management. I mean, there is not so much work to make the existing a true server-side web API. I'm considering switching Laravel Passport with Laravel Sanctum, this is probably the right time to work on a such change. |
Beta Was this translation helpful? Give feedback.
-
On top of that it could probably ease to address the request for an optional login form (see #16) |
Beta Was this translation helpful? Give feedback.
-
v3 is out and features a brand new REST API. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
For automation, this can be great.
Describe the solution you'd like
There can be an API to get tokens, create, etc. And the API should require a key too. User can create their API keys.
Describe alternatives you've considered
Additional context
Beta Was this translation helpful? Give feedback.
All reactions