issues Search Results · repo:app-generator/api-server-laravel language:PHP
Filter by
9 results
(63 ms)9 results
inapp-generator/api-server-laravel (press backspace or delete to remove)Context
- Registration ok
- Login - Not ok
- Environment:
- OS: Ubuntu 18.04
- PHP 7.4.3
- Composer 2.1.6
How to reproduce
- Fresh install via GIT
- Execute the README set ...
bug
app-generator
- 2
- Opened on Nov 11, 2021
- #9
Follow UP Thread
In the long run, the API should be provisioned automatically based on an input file. Ideally, the automatized process
should follow this setup:
- Input File: POSTMAN or Swagger
- ...
app-generator
- 2
- Opened on Sep 6, 2021
- #8
The API should communicate without errors using Clients:
- https://github.com/app-generator/react-berry-dashboard
- https://github.com/app-generator/react-datta-able
Please make sure the basic usage ...
bug
app-generator
- 1
- Opened on Sep 6, 2021
- #7
API URL : http://localhost:5000/api/users/checkSession
Request Headers
- Content-Type: application/json
- authorization: JWT_TOKEN
Request Body - Empty
Response for success
{
success : true ...
bug
app-generator
- Opened on Sep 6, 2021
- #6
API URL : http://localhost:5000/api/users/edit
Request Headers
- Content-Type: application/json
- authorization: JWT_TOKEN_HERE
Request Body
{
userID : 1 ,
username : test_updated ...
bug
app-generator
- Opened on Sep 6, 2021
- #5
API URL : http://localhost:5000/api/users/logout
Request Headers
- Content-Type: application/json
- authorization: JWT_TOKEN_HERE
Request Body
{
token : JWT_TOKEN_HERE
}
Response For success ...
bug
app-generator
- Opened on Sep 6, 2021
- #4
API URL : http://localhost:5000/api/users/login
Request Headers
- Content-Type: application/json
Request Body
{
password : pass ,
email : test@appseed.us
}
Response for success
{
...
bug
app-generator
- Opened on Sep 6, 2021
- #3
API URL : http://localhost:5000/api/users/register
Request Headers
- Content-Type: application/json
Request Body
{
username : test ,
password : pass ,
email : test@appseed.us
}
...
bug
app-generator
- Opened on Sep 6, 2021
- #2
composer install command bumps console errors:
Short Info
$ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform. ...
bug
app-generator
- 1
- Opened on Sep 6, 2021
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.