이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WebServer Authentication

2018년 7월 1일 오후 6:45

Authentication is the process of identifying the current user. TiddlyWiki supports three types of authentication:

  • Anonymous Access allows any user to access resources without requiring authentication. Optionally, a username can still be specified for signing edits
  • Basic Authentication requires the user to enter a username and password combination which TiddlyWiki validates against an internal database of credentials
  • Header Authentication requires an external proxy to place the username of the current user in a trusted header of the request. It is often used as the basis of "single sign-on" features