Skip to content

Commit

Permalink
Add Reactive One-Time Token Login support
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyParanoid committed Oct 1, 2024
1 parent 0c216f0 commit b6ff31a
Show file tree
Hide file tree
Showing 20 changed files with 2,441 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -67,6 +67,16 @@ public enum SecurityWebFiltersOrder {

LOGOUT_PAGE_GENERATING,

/**
* {@link org.springframework.security.web.server.authentication.ott.GenerateOneTimeTokenWebFilter}
*/
ONE_TIME_TOKEN,

/**
* {@link org.springframework.security.web.server.ui.OneTimeTokenSubmitPageGeneratingWebFilter}
*/
ONE_TIME_TOKEN_SUBMIT_PAGE_GENERATING,

/**
* {@link org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter}
*/
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit b6ff31a

Please sign in to comment.