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
The data structures used to create workflows can be a bit cumbersome, especially for projects that wrap friend-oauth2 or provide convenience functionality on top of friend-oauth2. I have experimented with some fully backwards-compatible mechanisms for lessening this developer/user burden. The use of records and a couple of functions that convert a flat/simple config record to the data structures needed by friend-oauth2 has been an especially clean (and fully optional) approach.
This is probably just going to be a documentation effort more than anything, perhaps showing a new set of examples that use such an approach ...
Tasks:
Add links to the official service documentation for all the services in the examples
Identify all the fields needed for all the the services in the examples
The data structures used to create workflows can be a bit cumbersome, especially for projects that wrap friend-oauth2 or provide convenience functionality on top of friend-oauth2. I have experimented with some fully backwards-compatible mechanisms for lessening this developer/user burden. The use of records and a couple of functions that convert a flat/simple config record to the data structures needed by friend-oauth2 has been an especially clean (and fully optional) approach.
This is probably just going to be a documentation effort more than anything, perhaps showing a new set of examples that use such an approach ...
Tasks:
workflow
function so that it can take both the record and the map configurations - Update theworkflow
function so that it can take both the record and the map configurations #78Part of release #64
The text was updated successfully, but these errors were encountered: