Shared Code for Login Users and Management: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{|class="wikitable" style="" border="1"
 
|-
=Thoughts list=
! Risks
 
! Things we're not too worried about
==Risks==
! Wants
 
|-
===Accidental erasure===
| foo
 
| bar
(e.g. web crawlers finding the "erase all" link)
| bibble
 
|}
===Hacking===
 
platform targeting hackers
 
man in the middle after login not a worry
 
==Wants==
 
role-based users
 
===Reusable user identities===
 
If somebody did implement their own backend server, they'd be able to use it
Rely on either a third-party or local identity authority
For example, people could either use a server provided by
or, in the case of a local app,
 
===Simple management===
 
===Simple implementation (many languages)===
 
===One-stop shopping===
 
=Packages under considerations=
 
=Packages=




[[Category:SWUG Projects]]
[[Category:SWUG Projects]]
[[Category:Software]]
[[Category:Software]]

Revision as of 19:12, 12 July 2011

Thoughts list

Risks

Accidental erasure

(e.g. web crawlers finding the "erase all" link)

Hacking

platform targeting hackers

man in the middle after login not a worry

Wants

role-based users

Reusable user identities

If somebody did implement their own backend server, they'd be able to use it Rely on either a third-party or local identity authority For example, people could either use a server provided by or, in the case of a local app,

Simple management

Simple implementation (many languages)

One-stop shopping

Packages under considerations

Packages