File based configuration settings for Netlify Identity

I have used Netlify Identity for the first time in a project. To make things simple, I would like to add all my Netlify Identity settings to the netlify.toml file, such as:

  • Enabling Netlify Identity service
  • Making registration invite only
  • Adding external providers
  • Changing invitation/confirmation/recovery template settings
  • Enabling git gateway

I did not find this in the official documentation. Does anybody know if this is currently possible?

1 Like

Hey @raszio! :wave:t2:

Welcome to The Community :slight_smile:

I don’t believe file-based configuration is available for the specifics of Netlify Identity right now. You can configure all of these things from the Netlify API though. Maybe that helps?


Jon

Thank you! I will try using that