With the CloudforkSSO library you can let the users of your Seaside web application login using their Google or Yahoo accounts. This works using the OpenID2 protocol. CloudforkSSO also contains OAuth support. With this protocol you can ask users for permission to access their data on other websites. Some providers that you can integrate with: [...]
Posted tagged ‘vasmalltalk’
CloudforkSSO – OpenID and OAuth support for Smalltalk
February 15, 2011Introducing WinCrypt for VA Smalltalk
July 10, 2009WinCrypt is a new library for VA Smalltalk on Windows. It makes part of the cryptography functionality that is shipped with the Windows OS easily available from Smalltalk. The following features are available in the initial version: Symmetric encryption and decryption using RC4, DES, TripleDES and AES-256 The MD5, SHA and SHA-256 hash functions The [...]
Introducing WinHttpClient for VA Smalltalk
June 17, 2009WinHttpClient is a new HTTP client library for VA Smalltalk on Windows. This library uses a Windows DLL to perform the HTTP network operations. The DLL is called winhttp.dll and is available on all the current Windows platforms. Using this DLL all the features of the HTTP protocol can be used in an efficient way. [...]
Problems with Daylight saving time in VA Smalltalk
March 29, 2009All the requests that Cloudfork-AWS sends to the Amazon web services contain the current date and time in Coordinated Universal Time (UTC). If this timestamp differs more than a few seconds from the current time you get an error. For example the S3 error: RequestTimeTooSkewed – The difference between the request time and the current [...]
VA Smalltalk version of Cloudfork is ready for use
March 27, 2009All the functionality of Cloudfork-AWS is now also available for VA Smalltalk. With Cloudfork-AWS you can access the Amazon S3, SQS and SimpleDB services from a simple to use Smalltalk interface. The code is hosted at VAStGoodies.com, the SourceForge for VA related projects. As you can see all tests pass. Porting from one Smalltalk dialect [...]