gpt4 book ai didi

http - Clojure Noir : how to set up basic authentication for only a part of the application

转载 作者:可可西里 更新时间:2023-11-01 16:30:45 25 4
gpt4 key购买 nike

我已经使用 Ring Basic Authentication 为我的应用程序设置了 HTTP 基本身份验证.它工作正常,看起来像这样:

(:require [noir.server :as server]
...
(server/add-middleware wrap-basic-authentication authenticated?)

认证了吗?是我自己的函数实现。现在我只想将应用程序的一部分配置为进行基本身份验证,将其他部分配置为公开。我知道这个can be done使用 Ring(和 Compojure),因此必须可以使用基于 Ring 构建的 Noir。我只是不太确定如何申请 the example适合 Noir,因为它使用路线,但我不知道如何到达 Noir 中的路线。有什么想法吗?

最佳答案

Noir 的问题在于路由是在幕后管理的,您根本无法改变它们与中间件等捆绑在一起的方式。 Noir 从来都不适合复杂的中间件场景,现在更是如此,因为它已被弃用。这可能不是您想听到的答案,但我强烈建议您改用 Compojure。如果您正在寻找包含电池之类的东西,请查看 luminus leiningen template用于使用 Compojure、lib-noir 和各种其他好东西生成包含电池的 Web 应用程序。

关于http - Clojure Noir : how to set up basic authentication for only a part of the application,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14186491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com