Joshua Douglas

Results 34 comments of Joshua Douglas

Hello Joachimmarder, Thank you for responding so quickly. I built the sample application on a separate machine with Delphi 10.3 and a fresh clone of the GitHub repo. Unfortunately, I'm...

Our current data model contains a lot of unused data models. I'm planning to remove each of the unused data models. We haven't tested these unused models, so it is...

Hey, good idea @agosmou. I labelled with the "Feature: Refactoring" per your suggestion. I might be worth adding a "data model update" label to differentiate db model changes, since database...

> @Joshua-Douglas thanks for outlining all this. For the first PR let's limit the scope to: > > * Updating the User model to include first_name, last_name, and type >...

Hello, Thank you so much for your tireless efforts with this package @karasusan! My team has been using this package extensively and we've found that it works very well. I'm...

Hello @karasusan, that is great to hear - thanks! Would you rather I submit the PR directly, or provide you with an outline of my planned changes before I submit?...

@karasusan I have not started. If you are ready to start soon, then that would be great! I have another open source project than I'm supporting, so you would probably...

Hey @tylerthome, I've done some research into role based endpoint access, and I think I can begin putting together a design to achieve this. Would it be possible to take...

We can't effectively add role based access until we begin authenticating our endpoints. In order to determine if user has the correct role, you first need to verify their identity....

@tylerthome, The user roles PR has been merged. Now each of the endpoints have access to the user's role, and it is easy to implement role-based access control, using naive...