User Tools

Site Tools


nocode:development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
nocode:development [2019/08/15 06:58]
tjotov
nocode:development [2019/08/15 06:59]
tjotov
Line 4: Line 4:
 In case you don't want to rely on [[nocode:authorization|Apache Authorization]] you have to write it in your application. In case you don't want to rely on [[nocode:authorization|Apache Authorization]] you have to write it in your application.
  
-No-Code uses http headers to provide authentication results like REMOTE_USER for user login name. Apache handles all the information so you can send it to your application as needed. Result statuses (i.e. something else tnak "OK") are provided in JSON format (also in +No-Code uses http headers to provide authentication results like REMOTE_USER for user login name. Apache handles all the information so you can send it to your application as needed. Result statuses (i.e. something else tnak "OK") are provided in JSON format (also sent in http header).
  
-Then in you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can autherize this user.+In you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can autherize this user or manage errors.
  
  
nocode/development.txt ยท Last modified: 2020/02/29 11:17 by mpospisek