Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.61 KB

guide-authentication-quarkus.asciidoc

File metadata and controls

16 lines (12 loc) · 1.61 KB
Table of Contents

Quarkus Authentication

Quarkus supports different authentication mechanisms through different extensions. For example:

For mix authentication, see here.

For further details see Quarkus - Security architecture and guides. Quarkus also provides a compatibility layer for Spring Security in the form of the spring-security extension.