You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement some optional authentication methods for HTTP endpoint access. Consider offering more requests for logged in users and possibly requiring real authorized user accounts for access to Neon endpoints.
Initial Implementation requirements
Allow minimal option with a single username and password (hash?) from config
Allow for login via external oauth provider
Other Considerations
Eventually, we may require some kind of user login for Neon applications (i.e. no default free access)
Any implementation here should be optional for self-hosted instances that don't need the added complexity
Rate limits might be adjusted for different routes
The text was updated successfully, but these errors were encountered:
One option here is to hook into the klatapi endpoint to authenticate with that existing user db. We can also extend those profiles to store additional user params for settings/authorization
Objective
Implement some optional authentication methods for HTTP endpoint access. Consider offering more requests for logged in users and possibly requiring real authorized user accounts for access to Neon endpoints.
Initial Implementation requirements
Other Considerations
The text was updated successfully, but these errors were encountered: