diff --git a/user/denuziere/20180112-a-simple-oauth-application.md b/user/denuziere/20180112-a-simple-oauth-application.md index 20ef51b..3602e3a 100644 --- a/user/denuziere/20180112-a-simple-oauth-application.md +++ b/user/denuziere/20180112-a-simple-oauth-application.md @@ -4,7 +4,7 @@ categories: "authentication,oauth,websharper" abstract: "I wrote a simple template application that you can use as a base to create your own OAuth-based app." identity: "5493,84370" --- -Following [my previous blog entry](https://forums.websharper.com/blog/84332) about WebSharper.OAuth, I wrote a simple template application that you can use as a base to create your own OAuth-based app. [Check out the source](https://github.com/dotnet-websharper/oauth-app), or [see it in action](http://websharperoauthexample.azurewebsites.net/). +Following [my previous blog entry](/user/denuziere/20180109-password-less-authentication-with-websharper-oauth.md) about WebSharper.OAuth, I wrote a simple template application that you can use as a base to create your own OAuth-based app. [Check out the source](https://github.com/dotnet-websharper/oauth-app), or [see it in action](http://websharperoauthexample.azurewebsites.net/). ![Screenshot: login page](https://raw.githubusercontent.com/dotnet-websharper/oauth-app/e954327/OAuthExample/img/not-logged-in.png) diff --git a/user/granicz/20181219-announcing-try-f-on-webassembly.md b/user/granicz/20181219-announcing-try-f-on-webassembly.md index 3a2fda6..4a07f91 100644 --- a/user/granicz/20181219-announcing-try-f-on-webassembly.md +++ b/user/granicz/20181219-announcing-try-f-on-webassembly.md @@ -4,7 +4,7 @@ categories: "wasm,fcs,bolero,webassembly,tryfs,f#,websharper" abstract: "Just a short week ago, we announced the first release of Bolero, enabling full-stack F# web development on WebAssembly. Since then we have been working on a small side project to see what it would take to implement a fully client-side implementation of the F# compiler: basically, to embed FSharp.Compiler.Services (FCS) in a small Bolero application." identity: "5696,86246" --- -Just a short week ago, we [announced](https://forums.websharper.com/blog/86199) the first release of [Bolero](https://github.com/fsbolero/Bolero), enabling full-stack F# web development on WebAssembly. Since then we have been working on a small side project to see what it would take to implement **a fully client-side implementation of the F# compiler**: basically, to embed FSharp.Compiler.Services (FCS) in a small Bolero application. +Just a short week ago, we [announced](/user/denuziere/20181213-announcing-bolero-f-tools-for-webassembly.md) the first release of [Bolero](https://github.com/fsbolero/Bolero), enabling full-stack F# web development on WebAssembly. Since then we have been working on a small side project to see what it would take to implement **a fully client-side implementation of the F# compiler**: basically, to embed FSharp.Compiler.Services (FCS) in a small Bolero application. The main motivations of this project are pretty straightforward and incredibly useful - it will enable: