Skip to content

Commit

Permalink
Add last features articles. SSO and ignore anonymous users
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainJolidon committed May 29, 2024
1 parent 95e8558 commit e079d54
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 28 deletions.
62 changes: 62 additions & 0 deletions pages/changelogs/2024-05-01-single-sign-on.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
import { MdxLayout } from "components/mdx-layout.tsx";

export const meta = {
slug: "2024-05-01-single-sign-on",
publishedAt: "2024-05-01T14:00:00.000Z",
title: "🔑 Single Sign On",
headerImage: `${process.env.NEXT_PUBLIC_APP_HOST}/imgs/sso.png`,
authors: [
{
name: "Samuel Berthe",
description: "Cofounder",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/samuel-berthe.png`,
},
{
name: "Romain Jolidon",
description: "Fullstack Developer",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/romain-jolidon.png`,
},
],
};

We are thrilled to announce the release of the highly anticipated Single Sign-On (SSO) functionality on our platform. This new feature is designed to enhance security, improve user experience, and streamline the authentication process.


## What is SSO?
Single Sign-On (SSO) allows users to log in to Screeb using their existing credentials from other identity providers (IdPs) such as Google, Microsoft Azure AD, Okta, and more. This eliminates the need to create and remember separate login credentials for Screeb.

## Benefits of SSO:

Enhanced Security: SSO reduces the risk of password fatigue and phishing attacks by minimizing the number of passwords users need to manage.
Improved User Experience: Users can access OurProduct more quickly and conveniently using their existing credentials from trusted providers.
Streamlined Access Management: Administrators can manage user access more efficiently through centralized identity providers.
Supported Identity Providers:

- Google
- Microsoft Azure AD
- Custom SAML 2.0 and OpenID Connect providers
- Many others...


## Improvements

### Enhanced Security Measures:
Implemented additional encryption protocols for secure communication between OurProduct and identity providers.
Improved logging and monitoring capabilities for tracking SSO-related activities.

#### User Interface Updates:
Revamped the login page to support SSO options alongside traditional email/password login.

## Bug Fixes
Fixed an issue where some users experienced delays during the authentication process.
Resolved minor UI inconsistencies on the login and settings pages.

## Feedback and Support
We value your feedback and are here to help you with any questions or issues you may encounter. Please reach out to our support team through the Help Center in your Screeb dashboard.


export default ({ children, ...rest }) => (
<MdxLayout meta={meta} {...rest}>
{children}
</MdxLayout>
);
34 changes: 34 additions & 0 deletions pages/changelogs/2024-05-07-ignore-anonymous-users.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import { MdxLayout } from "components/mdx-layout.tsx";

export const meta = {
slug: "2024-05-07-ignore-anonymous-users",
publishedAt: "2024-05-07T12:30:00.000Z",
title: "💊 Ignore Anonymous Users",
headerImage: `${process.env.NEXT_PUBLIC_APP_HOST}/imgs/ignore-anonymous-users.png`,
authors: [
{
name: "Samuel Berthe",
description: "Cofounder",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/samuel-berthe.png`,
},
{
name: "Alexis Rouillard",
description: "Tech lead",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/alexis-rouillard.png`,
},
],
};

After receiving feedback from our users, we're excited to announce the launch of a new feature that allows you to ignore activity from anonymous users, by just enabling an option.
Here's what you need to know:

- Anonymous User Filtering: Exclude responses from anonymous users in your survey data.
- Anonymous User Activity: Anonymous users will not be taken into account in your workspace quota and statistics.

This feature provides you with more control over your survey data, allowing you to focus on responses from identified users. By filtering out anonymous responses, you can gain a clearer understanding of your audience and make more informed decisions based on the data you collect.

export default ({ children, ...rest }) => (
<MdxLayout meta={meta} {...rest}>
{children}
</MdxLayout>
);
Binary file added public/imgs/ignore-anonymous-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/sso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 60 additions & 25 deletions public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,100 @@
<rss version="2.0">
<channel>
<title>Screeb Changelog</title>
<link>http://localhost:3000</link>
<link>http://localhost:3004</link>
<description>How Screeb gets better every week</description>
<lastBuildDate>Wed, 10 Jan 2024 09:42:41 GMT</lastBuildDate>
<lastBuildDate>Wed, 29 May 2024 09:22:29 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>Feed for Screeb changelog</generator>
<image>
<title>Screeb Changelog</title>
<url>http://localhost:3000/favicon.ico</url>
<link>http://localhost:3000</link>
<url>http://localhost:3004/favicon.ico</url>
<link>http://localhost:3004</link>
</image>
<copyright>All rights reserved 2024, Screeb</copyright>
<item>
<title><![CDATA[💊 Ignore Anonymous Users]]></title>
<link>http://localhost:3004/changelogs/2024-05-07-ignore-anonymous-users</link>
<guid>http://localhost:3004/changelogs/2024-05-07-ignore-anonymous-users</guid>
<pubDate>Tue, 07 May 2024 12:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/ignore-anonymous-users.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🔑 Single Sign On]]></title>
<link>http://localhost:3004/changelogs/2024-05-01-single-sign-on</link>
<guid>http://localhost:3004/changelogs/2024-05-01-single-sign-on</guid>
<pubDate>Wed, 01 May 2024 14:00:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/sso.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🎯 Enhanced Filtering for Integration Sharing]]></title>
<link>http://localhost:3004/changelogs/2024-04-17-filters-integrations</link>
<guid>http://localhost:3004/changelogs/2024-04-17-filters-integrations</guid>
<pubDate>Wed, 17 Apr 2024 17:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/filters-integrations.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🔁 Recurrence rule for surveys that users have seen but not responded to!]]></title>
<link>http://localhost:3004/changelogs/2024-02-21-recurring-if-not-answered</link>
<guid>http://localhost:3004/changelogs/2024-02-21-recurring-if-not-answered</guid>
<pubDate>Wed, 21 Feb 2024 17:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/recurrence-if-not-answered.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[📊 Introducing Benchmarks]]></title>
<link>http://localhost:3000/changelogs/2024-01-08-benchmark-page</link>
<guid>http://localhost:3000/changelogs/2024-01-08-benchmark-page</guid>
<link>http://localhost:3004/changelogs/2024-01-08-benchmark-page</link>
<guid>http://localhost:3004/changelogs/2024-01-08-benchmark-page</guid>
<pubDate>Mon, 08 Jan 2024 12:00:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/benchmark-page.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/benchmark-page.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🏷 Tagging and Classification of Survey Responses!]]></title>
<link>http://localhost:3004/changelogs/2023-10-25-response-tagging</link>
<guid>http://localhost:3004/changelogs/2023-10-25-response-tagging</guid>
<pubDate>Wed, 25 Oct 2023 10:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/new-homepage.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🎥 Introducing Audio & Video Surveys]]></title>
<link>http://localhost:3000/changelogs/2023-10-24-survey-audio-video</link>
<guid>http://localhost:3000/changelogs/2023-10-24-survey-audio-video</guid>
<link>http://localhost:3004/changelogs/2023-10-24-survey-audio-video</link>
<guid>http://localhost:3004/changelogs/2023-10-24-survey-audio-video</guid>
<pubDate>Tue, 24 Oct 2023 11:00:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/survey-audio-video.gif" length="0" type="image/gif"/>
<enclosure url="http://localhost:3004/imgs/survey-audio-video.gif" length="0" type="image/gif"/>
</item>
<item>
<title><![CDATA[😱 Introducing Emotion Analysis]]></title>
<link>http://localhost:3000/changelogs/2023-09-29-response-emotions</link>
<guid>http://localhost:3000/changelogs/2023-09-29-response-emotions</guid>
<link>http://localhost:3004/changelogs/2023-09-29-response-emotions</link>
<guid>http://localhost:3004/changelogs/2023-09-29-response-emotions</guid>
<pubDate>Fri, 29 Sep 2023 12:30:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/response-emotions.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/response-emotions.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🌟 Introducing Screeb's New Homepage: A Fresh Look with Enhanced Features 🌟]]></title>
<link>http://localhost:3000/changelogs/2023-08-23-new-homepage</link>
<guid>http://localhost:3000/changelogs/2023-08-23-new-homepage</guid>
<link>http://localhost:3004/changelogs/2023-08-23-new-homepage</link>
<guid>http://localhost:3004/changelogs/2023-08-23-new-homepage</guid>
<pubDate>Wed, 23 Aug 2023 16:30:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/new-homepage.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/new-homepage.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🚀 Introducing AI Survey Builder: Your Ultimate Survey Creation Companion!]]></title>
<link>http://localhost:3000/changelogs/2023-08-09-ai-builder</link>
<guid>http://localhost:3000/changelogs/2023-08-09-ai-builder</guid>
<link>http://localhost:3004/changelogs/2023-08-09-ai-builder</link>
<guid>http://localhost:3004/changelogs/2023-08-09-ai-builder</guid>
<pubDate>Wed, 09 Aug 2023 16:30:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/ai-builder.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/ai-builder.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[Our new mobile SDK]]></title>
<link>http://localhost:3000/changelogs/2023-08-08-mobile-sdk</link>
<guid>http://localhost:3000/changelogs/2023-08-08-mobile-sdk</guid>
<link>http://localhost:3004/changelogs/2023-08-08-mobile-sdk</link>
<guid>http://localhost:3004/changelogs/2023-08-08-mobile-sdk</guid>
<pubDate>Tue, 08 Aug 2023 16:00:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/mobile-sdk.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/mobile-sdk.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🕒 Introducing Response Expiration: Take Control of Your Survey Responses!]]></title>
<link>http://localhost:3000/changelogs/2023-01-23-response-expiration</link>
<guid>http://localhost:3000/changelogs/2023-01-23-response-expiration</guid>
<link>http://localhost:3004/changelogs/2023-01-23-response-expiration</link>
<guid>http://localhost:3004/changelogs/2023-01-23-response-expiration</guid>
<pubDate>Mon, 23 Jan 2023 16:30:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/response-expiration.png" length="0" type="image/png"/>
<enclosure url="http://localhost:3004/imgs/response-expiration.png" length="0" type="image/png"/>
</item>
</channel>
</rss>
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2520,9 +2520,9 @@ callsites@^3.0.0:
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001312:
version "1.0.30001503"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz"
integrity sha512-Sf9NiF+wZxPfzv8Z3iS0rXM1Do+iOy2Lxvib38glFX+08TCYYYGR5fRJXk4d77C4AYwhUjgYgMsMudbh2TqCKw==
version "1.0.30001625"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001625.tgz"
integrity sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==

ccount@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit e079d54

Please sign in to comment.