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
This has been needed for some weeks but was never made into an issue.
NextRequest should handle authentication. I think maybe the way forward is to start the login as a session in requests, then pass that auth info in as an optional flag to latter NextRequest library functions, and from there store as maybe a bln_auth subkey(s) within the metadata. It's possible we may need to track for type of request (POST, GET), request headers and possibly payload.
Related pull request(s)
#00
The text was updated successfully, but these errors were encountered:
* Initial auth run
* Extra testing stuff, but at least one fix
* NextRequest and Mendo SO production
* Update contributors list
* Document auth metadata
Additional details
This has been needed for some weeks but was never made into an issue.
NextRequest should handle authentication. I think maybe the way forward is to start the login as a session in requests, then pass that auth info in as an optional flag to latter NextRequest library functions, and from there store as maybe a bln_auth subkey(s) within the metadata. It's possible we may need to track for type of request (POST, GET), request headers and possibly payload.
Related pull request(s)
The text was updated successfully, but these errors were encountered: