Show new buttons on the login page and drop the v1 reference
@doc-han is already working on this.
Since May 21, 2026.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.