simpers
simpers
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Vacation should be vacation
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Ah, thanks for letting me know! 🙂 He will not be allowed to respond until he's back haha
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Deleted message were jart was tagged - found the solution to that particular problem.
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Which is a simple email & pass registration thing
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I'd like to just set them up and them working as expected for all strategies I add with time, but when I was trying to copy my GraphQL registration test and adapt it to AshAuthentication, I couldn't get it working :thinkies:
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
The issue I am having currently is figuring out what the built-in plugs/router stuff provides for me
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Okay, sure! This is not the urgent part though haha. I think we got a little side-tracked tbh
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
So it is there! It might need a guide then? 😄 Clarification: once I add the AshAuthentication to the browsable frameworks, I can manually search for OIDC again. But there seem to be a parameter in the URL missing to allow the linking to work @Zach Daniel
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
No description
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
And I added it and tried to refresh the same link but it just reset the selection to exclude AshAuthentication
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
Well, it doesn't show, but I can imagine it is because the AshAuthentication framework is hidden on the left.
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
That could be a reason I can't find it 😅
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I can't find the OIDC in the docs though, but I can see there is an issue here on discord about it
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
AshAuthentication.UserIdentity is part of this, I can see. It will declare a table for what I like to call connected identities.
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I'm just as confused as you are. I don't know anything anymore 😅
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
This is where I read it, and though it is from 2015 it is the top result haha https://leastprivilege.com/2015/04/01/implicit-vs-explicit-authentication-in-browser-based-applications/
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I think a new strategy is in place. AshAuthentication.Strategy.OIDC or something? haha
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I think assent is used by ash_authentication? :thinkies:
↪ mix deps.tree | grep -C 5 assent
│ │ └── sourceror ~> 0.1 (Hex package)
│ ├── stream_data ~> 0.5.0 (Hex package)
│ └── telemetry ~> 1.1 (Hex package)
├── ash_authentication ~> 3.11 (Hex package)
│ ├── ash >= 2.5.11 and < 3.0.0-0 (Hex package)
│ ├── assent ~> 0.2 (Hex package) <--------------------
│ │ ├── certifi >= 0.0.0 (Hex package)
│ │ ├── jose ~> 1.8 (Hex package)
│ │ ├── mint ~> 1.0 (Hex package)
│ │ └── ssl_verify_fun >= 0.0.0 (Hex package
↪ mix deps.tree | grep -C 5 assent
│ │ └── sourceror ~> 0.1 (Hex package)
│ ├── stream_data ~> 0.5.0 (Hex package)
│ └── telemetry ~> 1.1 (Hex package)
├── ash_authentication ~> 3.11 (Hex package)
│ ├── ash >= 2.5.11 and < 3.0.0-0 (Hex package)
│ ├── assent ~> 0.2 (Hex package) <--------------------
│ │ ├── certifi >= 0.0.0 (Hex package)
│ │ ├── jose ~> 1.8 (Hex package)
│ │ ├── mint ~> 1.0 (Hex package)
│ │ └── ssl_verify_fun >= 0.0.0 (Hex package
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
I think you mean explicit, since implicit means the flow of the browser, as the browser implicitly just deals with this. Explicit is when you have to be explicit about sending the auth headers yourself.
130 replies
AEAsh Elixir
Created by simpers on 6/2/2023 in #support
Authentication.Plug - What to do as an API? I use Phoenix, but not with views. What is provided?
And they had filters and whatnot setup so that the DNS had to match with the registered IP and so on.
130 replies