Click here to Skip to main content
15,887,027 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Pete O'Hanlon18-Jan-17 0:28
mvePete O'Hanlon18-Jan-17 0:28 
AnswerRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
yobibytes19-Jan-17 23:33
yobibytes19-Jan-17 23:33 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Gerry Schmitz20-Jan-17 5:14
mveGerry Schmitz20-Jan-17 5:14 
QuestionWill C++ and even MFC Work in this Environment? Pin
Richard Andrew x6415-Jan-17 10:50
professionalRichard Andrew x6415-Jan-17 10:50 
AnswerRe: Will C++ and even MFC Work in this Environment? Pin
Munchies_Matt18-Jan-17 10:29
Munchies_Matt18-Jan-17 10:29 
AnswerRe: Will C++ and even MFC Work in this Environment? Pin
Albert Holguin18-Jan-17 12:17
professionalAlbert Holguin18-Jan-17 12:17 
GeneralRe: Will C++ and even MFC Work in this Environment? Pin
Richard Andrew x6421-Jan-17 1:54
professionalRichard Andrew x6421-Jan-17 1:54 
QuestionLogin systems Pin
V.4-Jan-17 1:40
professionalV.4-Jan-17 1:40 
I'm currently in the process of investigating how to best implement a common login system for all our applications. The logins can have different types of users: some are system users or even crowd sourcing members, others are used for determining user settings for an application and others are subscribed to newsletters or alerts of some type.

The idea is to have one common database of users or contact information which all applications can use, similar to an SSO system.

apart from the usual advice: password rules, encryption methods (using salts), SQL injection, using secure transport etc... I don't find that many tools that allow this (preferably for free, like an open source thing) and honestly, perhaps I'm overly suspicious, one is never sure they tackle security right and whether they are flexible enough to handle 100% of the requirements. And finally if they are easy in maintenance and usage (installing, configuring or compiling, ...) ?

Secondly you have the openid, oauth, ... systems that allow social media login. Looks nice, but I have the feeling that you never get all the information you want and this is also on provider's goodwill (IOW they can stop the service at any time, not that they will, but they could?) and the technology could change, forcing you to evolve on a regular basis. Lastly, though I'm not 100% sure, I seem to remember reading somewhere that more institutes/companies are stepping away from openid (I think in favor of another technology). Can't remember the source.

question 1: Any recommendations on a system? Free or paying.
question 2: Why would or wouldn't I adopt a social media SSO?
question 3: apart from the logical things to watch out for: any additional advice?

Many Thanks. Shucks | :-\
V.
(MQOTD rules and previous solutions)

AnswerRe: Login systems Pin
Nathan Minier4-Jan-17 1:58
professionalNathan Minier4-Jan-17 1:58 
GeneralRe: Login systems Pin
V.4-Jan-17 2:05
professionalV.4-Jan-17 2:05 
GeneralRe: Login systems Pin
Nathan Minier4-Jan-17 2:30
professionalNathan Minier4-Jan-17 2:30 
GeneralRe: Login systems Pin
V.4-Jan-17 2:39
professionalV.4-Jan-17 2:39 
GeneralRe: Login systems Pin
Nathan Minier4-Jan-17 2:49
professionalNathan Minier4-Jan-17 2:49 
QuestionImages in sourcecode Pin
D4rkTrick31-Dec-16 14:51
professionalD4rkTrick31-Dec-16 14:51 
AnswerRe: Images in sourcecode Pin
Dave Kreskowiak31-Dec-16 18:45
mveDave Kreskowiak31-Dec-16 18:45 
AnswerRe: Images in sourcecode Pin
Eddy Vluggen1-Jan-17 0:30
professionalEddy Vluggen1-Jan-17 0:30 
AnswerRe: Images in sourcecode Pin
Afzaal Ahmad Zeeshan1-Jan-17 1:13
professionalAfzaal Ahmad Zeeshan1-Jan-17 1:13 
AnswerRe: Images in sourcecode Pin
Gerry Schmitz1-Jan-17 21:44
mveGerry Schmitz1-Jan-17 21:44 
PraiseThank you for the feedback Pin
D4rkTrick2-Jan-17 2:17
professionalD4rkTrick2-Jan-17 2:17 
GeneralRe: Thank you for the feedback Pin
Nathan Minier4-Jan-17 1:50
professionalNathan Minier4-Jan-17 1:50 
QuestionPlurality - Modular Code Editor Pin
Gurigraphics19-Dec-16 21:43
Gurigraphics19-Dec-16 21:43 
AnswerRe: Plurality - Modular Code Editor Pin
Richard MacCutchan19-Dec-16 22:50
mveRichard MacCutchan19-Dec-16 22:50 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 0:06
Gurigraphics20-Dec-16 0:06 
GeneralRe: Plurality - Modular Code Editor Pin
Richard MacCutchan20-Dec-16 0:48
mveRichard MacCutchan20-Dec-16 0:48 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 2:27
Gurigraphics20-Dec-16 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.