🚀 The feature
Add support for authentication header format like "Authorization: Bearer your_token". In fact, the former doc is using Authorization: Bearer as an example #3820
Motivation, pitch
Bearer tokens are commonly used in protocols like OAuth 2.0 and are sent with each HTTP request to authenticate the client and grant access to protected resources.
This facilitates integration of other application with Mem0 using standard HTTP headers.