AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

Add name to DeveloperApplication #92

Closed Lopkop closed 4 months ago

Lopkop commented 6 months ago

Hello there! This small PR closes #75

  1. Add name to DevApplication schema (the default is "Application")
  2. Add name field in the endpoints
  3. Refactor html file to display the name and id of application
fisher60 commented 5 months ago

I just pushed the changes needed to use the UI for creating a developer app with a name. I also cleaned some things up.

I threw away some changes that appear to be from auto-formatting from another PR as they greatly complicated rebasing.

In hindsight, I should not have rebased and force-pushed since the history is kinda goofy and makes it look like I was more involved than I actually was. Rest assured; all credit to @Lopkop for implementing this feature.