Yesterday I was finally able to work on some of the Antilobby app updates. I went ahead and finished the login/logout logic and switched over the API requests to the new ones from the totally custom ones to API/. I ran into some issues where once these changes were implemented, I encountered continuous use issues […]
Month: October 2020
Sanctum & Antilobby
Issues: Upgrading Laravel 8 & Jetstream It took me a while to sort out some issues with upgrading API/ to Laravel 8 and resolving Jetstream issues. I had previous issues with Laravel/Fortify giving errors for some reason when I tried to uninstall Jetstream. So I have decided to keep Jetstream logic there. Exploring Options: Sanctum […]
Issues & Authentication
Now that I’ve got most of the issues out of the way for a user to log in and register. I’m now on to create the API request logic for the desktop application to consume. Some logic is already created, the Model logic in the MVC architecture makes creating content actually really easy. I think […]
Auth and Chartisan Breaking
So for some reason the authorization of Antilobby breaks some of the charts. I’m not sure where it’s coming from, but it’s definitely happening. I’ve checked almost every area that could be the problem, I’ve run tests with other json requests from different files, all return an issue. I’ve mixed around logic from the working […]
Url Generation & SMTP
Today I wanted to work towards creating a seamless experience between both different Laravel apps that I will be using to make Antilobby. Api and Api2 are both different apps and have different settings. I had worked on integrating Jetstream auth to Api2 that I mentioned in my last entry but there were some issues. […]