Stojan Dimitrovski

Results 47 issues of Stojan Dimitrovski

Add support for the [SAML V2.0 Subject Identifier Attributes Profile Version 1.0](https://docs.oasis-open.org/security/saml-subject-id-attr/v1.0/cs01/saml-subject-id-attr-v1.0-cs01.html) which supersedes persistent `NameID`. Additionally, adds support for passing in a different `NameIDFormat`.

Some attributes have wrong OIDs or names. This fixes it.

Adds proper expiry support for a `Session`, since it appears that the calculations are not done correctly (and an attribute is completely ignored).

Extracts the POST binding form data generation in the `WriteResponse(http.ResponseWriter)` method on `IdpAuthnRequest` into a new `PostBinding()` method. This is useful because users of this library may wish to customize...

Docs don't mention `on delete cascade` which causes problems with deleting users for some projects.

Adds a doc that explains Supabase Auth's security. Also reorganizes the Auth sidebar to make social and phone login pop while not drowning out email and magic link login.

Adds the ability to use zero-copy connections with QUIC. Internally, the package already uses a pull based model for reading packets. It first gets a byte slice from a buffer...

Adds support for error codes. All `AuthError` descendants will now have a `code` property which will encode (when present and supported by the server) the reason why the error occurred....

Adds the `kakao` string to the supported `signInWithIdToken` types. Merge after: https://github.com/supabase/gotrue/pull/1381

Each time a tab became visible, the `SIGNED_IN` event was emitted. Although this is normal, it's unnecessary overhead. In some implementations, it could result in unnecessary requests or UI re-renders....