Skip to content

Commit

Permalink
Changed //forums.websharper.com/blog/* links to relative links within…
Browse files Browse the repository at this point in the history
… the repo.
  • Loading branch information
granicz committed Sep 9, 2020
1 parent abc1f34 commit f2a7601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user/denuziere/20180112-a-simple-oauth-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion user/granicz/20181219-announcing-try-f-on-webassembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f2a7601

Please sign in to comment.