Adding new components to the server side of auth_token.

This commit is contained in:
Juan Carlos Luciani
2006-04-26 21:36:56 +00:00
parent b72d269a3b
commit 5345082354
42 changed files with 8941 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/***********************************************************************
*
* TODO for libcasa_s_authtoken
*
***********************************************************************/
INTRODUCTION
This file contains a list of the items still outstanding for libcasa_s_authtoken.
OUTSTANDING ITEMS
- Change AuthTokens to be SOAP messages secured with WS-Security and WS-Trust.
- Implement CheckAuthToken().
- Finish README documentation.