<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fosuserbundle Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/fosuserbundle/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/fosuserbundle/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sat, 13 Jun 2015 14:26:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Re-authenticating users in Symfony&#8217;s FOS User Bundle automatically from other authentication and separate user login systems</title>
		<link>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/</link>
					<comments>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 13 Jun 2015 14:26:04 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[fosuserbundle]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=848</guid>

					<description><![CDATA[<p>Let&#8217;s say your website uses Symfony&#8217;s &#8220;Friends of Symfony&#8221; FOS User Bundle but you also have different internal systems and other ways users can authenticate.  You don&#8217;t want to keep pestering the user to log back in, the better solution is to get your authentication system that&#8217;s outside the FOS User Bundle to talk to [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/">Re-authenticating users in Symfony&#8217;s FOS User Bundle automatically from other authentication and separate user login systems</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">848</post-id>	</item>
		<item>
		<title>Symfony Twig view conditionally shows current username of user logged in</title>
		<link>https://tools.belchamber.us/symfony-twig-view-conditionally-shows-current-username-of-user-logged-in/</link>
					<comments>https://tools.belchamber.us/symfony-twig-view-conditionally-shows-current-username-of-user-logged-in/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 28 Apr 2015 23:50:52 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[fosuserbundle]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=801</guid>

					<description><![CDATA[<p>Here is a quick way to access the user object from the Symfony user or the FOSUserBundle.  In this Twig example below is a conditional statement that if the user is authenticated and has a role, it will display &#8220;Hi Aaron Belchamber&#8221; or whatever the user&#8217;s name is. {% if is_granted("ROLE") %} Hi {{ app.user.username [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-twig-view-conditionally-shows-current-username-of-user-logged-in/">Symfony Twig view conditionally shows current username of user logged in</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/symfony-twig-view-conditionally-shows-current-username-of-user-logged-in/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">801</post-id>	</item>
	</channel>
</rss>
