Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom identity providers #2301

Merged
merged 7 commits into from
Oct 25, 2023
Merged

Custom identity providers #2301

merged 7 commits into from
Oct 25, 2023

Conversation

josevalim
Copy link
Contributor

@jonatanklosko should we move env.sh to extensions/env.sh?

@github-actions
Copy link

github-actions bot commented Oct 24, 2023

Uffizzi Preview deployment-39345 was deleted.

@jonatanklosko
Copy link
Member

should we move env.sh to extensions/env.sh?

Perhaps we should have $RELEASE_ROOT/user for user-written files, and there we have env.sh and extensions/, wdyt?


@spec authenticate(GenServer.server(), Plug.Conn.t(), keyword()) ::
{Plug.Conn.t(), map() | nil}
def authenticate(server, conn, opts \\ []) do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The approach looks good, the only issue I see is dependencies. Someone may use Req (the most likely), then if we bump it in Livebook it's can break their code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add a note about this. Once we extract ZTA, we can say they can use both req and jose packages according to the nimble_zta package but for now I will explicitly list them.

@josevalim josevalim merged commit c9d0c05 into main Oct 25, 2023
6 of 7 checks passed
@josevalim josevalim deleted the jv-custom-providers branch October 25, 2023 07:44
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