Skip to content

fix: paginate application list and reuse existing API keys#208

Merged
LorrisSaintGenez merged 1 commit intomainfrom
fix/applications-listing
Mar 27, 2026
Merged

fix: paginate application list and reuse existing API keys#208
LorrisSaintGenez merged 1 commit intomainfrom
fix/applications-listing

Conversation

@LorrisSaintGenez
Copy link
Copy Markdown
Contributor

Summary

  • application list and auth login only showed the first page of apps. Now fetches all pages via meta.current_page/meta.total_pages.
  • auth login created a new API key every time, even when a profile already had one. Now reuses the existing key.

Test plan

  • Select an application during login and it creates an API key only if there is none on the profile.
  • Log into an account that >15 applications and they should all be displayed when using application select/list.

@LorrisSaintGenez LorrisSaintGenez merged commit 5fa9e00 into main Mar 27, 2026
3 checks passed
@LorrisSaintGenez LorrisSaintGenez deleted the fix/applications-listing branch March 27, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants