OpenFn / OpenFn/lightning

Show new buttons on the login page and drop the v1 reference

Open
#4,698 0 comments 0 reactions 1 assignee View on GitHub

@doc-han is already working on this.

Since May 21, 2026.

Full SSO Experience
Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

The login template renders sign-in buttons for any configured SSO provider. The OpenFn v1 reference comes off. The most recently used provider for the current user gets a "Last used" marker, which covers Could-Solve #3 in the same ticket.

Constraints

The login template can render only one button today. UserSessionController.auth_handler_url/0 returns the first handler and silently drops the rest, and CacheWarmer.execute/1 calls Repo.one so the auth_providers table can only hold one row anyway. Both need replacing or removing for the multi-button rendering to be possible.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.