-
Requests:
- https://discord.com/channels/983865673656705025/1177071497974648952/1222581598831120385
[ION-227](https://linear.app/sst-dev/issue/ION-227/feature-auth-component)
[ION-1424](https://lin…
fwang updated
1 month ago
-
Hi there,
I'm trying to setup SST Auth in Ion with Google login. I took this example (https://github.com/sst/ion/tree/dev/examples/aws-auth) as an base for my setup and tried to go from there.
U…
-
Weird Issue
SST Auth + Sign in with google works on Chrome based browsers (edge, arc, google chrome) but not on firefox or safari
on firefox this is what I get
```
Secure Connection Failed
…
-
Hi. I'm searching for a "start point" for a Codeigniter project and this seems perfect. However in readme says it has a dependency on Ion Auth however I can't find it in the code. The user and login m…
-
The docs at https://ion.sst.dev/docs/component/aws/app-sync/ don't include any information about how to implement auth, including the most basic form of auth - an API Key.
Any basic non-authenticat…
-
Hi @steve-goodwin,
Just wondering if there are any plans to make a port for CI4 and Ion-Auth 4?
If it, I can begin that project and maybe we can create a branch for it?
-
I upgraded from ion 0.0.436 to 0.1.111 (also tested: 0.1.92, 0.1.0) and noticed that my middleware.ts was no longer working. My setup is nextjs 14.1.4 deployed to AWS using lambda / cloudfront.
T…
-
I know Ion-Auth has been very active lately, but your Standard-Project is not. Any chance of having this being updated with the latest 2.4.0 Ion-Auth code?
-
https://github.com/sst/ion/blob/72fab0f5805e09c673cf781a4e5e2dc24fbd4750/sdk/js/src/auth/handler.ts#L226C3-L226C35
The `/token` endpoint should be `POST` not `GET` as it has body form data
A…
-
Hi, I'm using Ion Auth social
https://github.com/ghosthouse/CodeIgniter-Ion-Auth-Social
and throughout my web check if the user has a session started or not.
```
if ($ this-> ion_auth-> logged_in …