Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 341
- Log:
Lots of changes to Hub to make it Rails 2.3.11 compatible. This is being
checked in as one large changeset because it doesn't really split down into
smaller components without having something that doesn't function in the
intermediate steps.
- Author:
- rool
- Date:
- Sat Mar 19 19:11:39 +0000 2011
- Size:
- 990 Bytes
1 | == Welcome to Hub |
2 | |
3 | |
4 | Hub is a single sign-on solution for multiple Ruby On Rails applications which |
5 | are running under the same domain but different paths within that domain. When |
6 | a user signs into Hub, they don't have to individually sign in to other |
7 | applications on the domain provided that those applications are integrated |
8 | with the Hub mechanism. This requires software development effort on behalf of |
9 | the application installer or application developer. |
10 | |
11 | Hub provides a solution to a different problem from that addressed by cross |
12 | domain single sign-on solutions such as OpenID, wherein a user will typically |
13 | have to sign in to domain individually, but is at least able to do so using a |
14 | single set of identifying credentials. |
15 | |
16 | |
17 | === Further reading |
18 | |
19 | For more information about Hub, please see: |
20 | |
21 | * http://hub.pond.org.uk/ |
22 | |
23 | For more information about Ruby On Rails, please see: |
24 | |
25 | * http://www.rubyonrails.org/ |
26 | |
27 | For more software from Hipposoft, please visit: |
28 | |
29 | * http://hipposoft.pond.org.uk/ |