authn_z
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
\documentclass[usenames,dvipsnames,aspectratio=169]{beamer}
|
||||
\usepackage{../common/webfejl}
|
||||
|
||||
\title[Webtechnológia és webalkalmazás-fejlesztés - Auth]{Webtechnológia és webalkalmazás-fejlesztés - Auth}
|
||||
\subtitle{Authentikáció és autorizáció}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}[plain]
|
||||
\titlepage
|
||||
\logoalul
|
||||
\end{frame}
|
||||
|
||||
\input{authn.tex}
|
||||
\input{authz.tex}
|
||||
\input{hash.tex}
|
||||
\input{cookies.tex}
|
||||
\input{session.tex}
|
||||
\input{jwt.tex}
|
||||
\input{oauth2.tex}
|
||||
\input{middlewares.tex}
|
||||
\input{services.tex}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user