ring-oauth2 callback problem with ring and compojure

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ring-oauth2

    OAuth 2.0 client middleware for Ring

  • Note: I had posted this at https://github.com/weavejester/ring-oauth2/issues/43, but James seems too busy to respond, so I repost here in search of the problem.

  • oauth

  • (def app (let [profiles {:github {:authorize-uri "https://github.com/login/oauth/authorize" :access-token-uri "https://github.com/login/oauth/access_token" :client-id conf-client-id :client-secret conf-client-secret :scopes ["user:email"] :launch-uri "/login/github" :redirect-uri "/login/github-callback" :no-auth-code-handler (fn [request] {:status 401, :headers {}, :body (str "debug no code request:" request)}) :landing-uri "/user/profile"}}] (-> app-routes (wrap-defaults (assoc-in site-defaults [:session :cookie-attrs :same-site] :lax)) wrap-params wrap-print-request (wrap-oauth2 profiles) ))) ```

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Most stable and easy to implement Auth with SvelteKit?

    5 projects | /r/sveltejs | 5 Dec 2023
  • Anybody can help with Authentication

    1 project | /r/nextjs | 5 Dec 2023
  • CSRF Vulnerability Leads to Account Takeover in Casdoor IdP

    1 project | news.ycombinator.com | 21 Sep 2023
  • Casdoor: Open source Payment Gateway (PayPal, Stripe), SSO and SaaS subscription management platform in Golang

    1 project | /r/golang | 16 Sep 2023
  • 📦⚡️ Casdoor

    1 project | /r/programming | 29 Aug 2023