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
- 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
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